Docker Management Application icon

Docker Management 6.0.8

40.7 MB / 10K+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Docker Management, developed and published by nevishs, has released its latest version, 6.0.8, on 2025-02-23. This app falls under the Productivity category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Docker Management APK available on this page is compatible with all Android devices that meet the required specifications (Android 7.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.nevishs.drawerdockerapp

Updated: 17 days ago

Developer Name: nevishs

Category: Productivity

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Docker Management on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Docker Management 6.0.8
2025-02-23 / 40.7 MB / Android 7.0+

Docker Management 5.9.9
2025-02-11 / 40.5 MB / Android 7.0+

Docker Management 5.8.3
2024-06-19 / 23.1 MB / Android 5.0+

About this app

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

New features

- Minor UI changes
- Fixed funny chars on logs and console

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.