Docker Management Apk
Apk Infos
Version | Varies with device |
Rating | 5.0/5, based on 1 votes |
Size | 1 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | Manage Docker on Linux/MacOS from your mobile. |
About Docker Management APK
Description
Connect via ssh to your Linux/MacOS server and manage your docker.This application allows you to:
- connect to multiple servers
- connect through password or ssh key
- list containers
- create containers
- start containers
- stop containers
- restart containers
- remove containers
- inspect containers
- view resource usage of containers
- view logs of containers
- enter shell of containers
- list images
- build images
- search images
- remove images
- inspect images
Features
- server info is stored on phone only (the data is wiped out once the app is removed)
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
How to install Docker Management APK on Android phone or tablet?
Download Docker Management APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.nevishs.docker-vVaries with device-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
Varies with device (1) | 1 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required