Docker Management Apk
Apk Infos
Version | 5.8.3 |
Rating | 5.0/5, based on 1 votes |
Size | 23.1 MB |
Requires Android | Android 5.0+ (Lollipop) |
Author's Notes | Manage Docker on Linux/MacOS from your mobile |
About Docker Management APK
Table Of Contents
Description
Connect via ssh to your Linux/MacOS machine to manage your docker.This application allows you to:
- add multiple servers
- connect through password or ssh key
- list containers
- create containers
- start containers (multiple at once)
- stop containers (multiple at once)
- restart containers (multiple at once)
- remove containers (multiple at once)
- inspect containers
- view resource usage of containers
- view logs of containers (real time)
- search on logs of containers
- enter shell of containers
- list images
- build images
- search images on registries
- pull images (also from private registries)
- remove images (multiple at once)
- inspect images
- list volumes
- remove volumes (multiple at once)
- inspect volumes
- list networks
- remove networks (multiple at once)
- inspect networks
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: On MacOS, enable 'Remote Login' and if using non-root user, add user to the docker group.
Q: How to connect to Synology server?
A: If using non-root user, then add user to docker group on your server:
sudo synogroup --add docker
sudo synogroup --memberadd docker $USER
sudo chown root:docker /var/run/docker.sock
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
Found a bug?
Send an email to: nevis.applications@gmail.com
Latest updates
What's new in version 5.8.3
- Minor UI changes- Fixed funny chars on logs and console
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.drawerdockerapp-v5.8.3-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
5.8.3 (2583) | 23.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