Docker Management

Docker Management

Manage Docker on your machine

开发者: Nevis Shkenza

中国
APP ID 复制
1527656144
价格
$5.99
内购
0个评分
软件开发工具(付费)
昨日下载量
最近更新
2024-01-24
最早发布
2020-08-14
版本统计
  • 109天57分

    最新版本上线距今

  • 4

    近1年版本更新次数

  • 2020-08-14

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 5.5.1

    版本更新日期

    2024-01-24

    Docker Management

    Docker Management

    Manage Docker on your machine

    更新日志

    Enabled to enter shell of containers (beta)

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    Connect via ssh to your Linux/MacOS machine and manage your docker.

    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - enter shell of containers
    - list images
    - build images
    - remove images
    - inspect images
    - connect through password or ssh key

    Features
    - server info is stored on phone only (the data is wiped out if app is removed)

    NOTE
    No docker daemon or docker api is required to be enabled for this app, simply connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USER
    sudo reboot

    Q: How to connect to Docker Desktop on MacOS?
    A: Since docker for MacOS is setup on different path, change it on my app by going to server information view, at the end of the page there is "Advance Settings" and set it to:
    /usr/local/bin/docker
    Note: make sure to enable "Remote login" on your mac and start docker desktop in order to connect.

    Q: How to connect to Synology server?
    A: If non-root user, then add user to docker group on your server:
    sudo synogroup --add docker $USER
    Since docker for synology is setup on different path, change it on my app by going to server information view, at the end of the page there is "Advance Settings" and set it to:
    # for synology version 7.1.xxx or lower
    /volume1/@appstore/Docker/usr/bin/docker
    # for synology version 7.2.xxx or higher
    /volume1/@appstore/ContainerManager/usr/bin/docker

    Q: How to connect to QNAP server?
    A: If non-root user, then add user to docker group on your server:
    sudo addgroup $USER administrators
    Since docker for QNAP is setup on different path, change it on my app by going to server information view, at the end of the page there is "Advance Settings" and set it to:
    /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.5.0

    版本更新日期

    2024-01-04

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Added support to manage docker desktop on MAC OS

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simply connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux/MAC server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or ssh key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.4.9

    版本更新日期

    2024-01-02

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Updated ssh library (works on local network as well)

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simply connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.9

    版本更新日期

    2023-05-24

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Minor improvements

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simply connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.8

    版本更新日期

    2022-12-12

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Updated additional dependencies

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.7

    版本更新日期

    2022-12-11

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Updated application dependencies

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.6

    版本更新日期

    2022-08-09

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Fixed default log line field

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.5

    版本更新日期

    2022-04-29

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Minor improvements

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.4

    版本更新日期

    2022-01-13

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    Option to "docker system prune"

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com
  • 版本: 5.3.3

    版本更新日期

    2021-12-29

    Docker Management

    Docker Management

    Connect via ssh to your docker

    更新日志

    - Centralized settings in a new view
    - Define specific number of log lines

    视频/截图

    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图
    Docker Management App 截图

    应用描述

    NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh. It is strongly recommended NOT to open unnecessary ports on your server (such as enabling docker daemon) as it can expose your server to more security threads.

    Connect via ssh to your Linux server and manage your docker.
    This application allows you to:
    - connect to multiple servers
    - list containers
    - create containers
    - start containers
    - stop containers
    - restart containers
    - remove containers
    - inspect containers
    - view resource usage of containers
    - view live logs of containers
    - list images
    - build images
    - remove images
    - connect through password or rsa key

    Features
    - credentials are encrypted
    - server info is stored on phone only (the data is wiped out if app is removed)

    Q/A
    Q: Why I can not connect with non-root users?
    A: The docker commands are executed by the app without "sudo" so you will need to add your non-root user to the docker group with the following command:
    sudo usermod -aG docker $USERsudo reboot

    Q: Why I can not connect to Synology server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
    sudo synogroup --add docker $USER
    sudo chown root:docker /var/run/docker.sock
    sudo ln -s /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker
    NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

    Q: Why I can not connect to QNAP server with non-root user?
    A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
    sudo addgroup $USER administrators
    sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
    NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

    Q: Why my ssh key is not working?
    A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
    ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
    NOTE: add "" if there is no passphase for the ssh key

    Found a bug?
    Send an email to: nevis.applications@gmail.com