You are using an outdated browser. Please upgrade your browser to improve your experience.
Docker Management

NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh

NO docker daemon or docker api is required to be enabled for this app, simple connect via ssh

Docker Management

by Nevis Shkenza
Docker Management
Docker Management
Docker Management

What is it about?

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.

Docker Management

App Details

Version
5.5.2
Rating
(1)
Size
31Mb
Genre
Developer Tools Education
Last updated
June 9, 2024
Release date
August 14, 2020
More info

App Screenshots

Docker Management screenshot-0
Docker Management screenshot-1
Docker Management screenshot-2
Docker Management screenshot-3
Docker Management screenshot-4
Docker Management screenshot-5
Docker Management screenshot-6
Docker Management screenshot-7
Docker Management screenshot-8
Docker Management screenshot-9

App Store Description

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

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.