Home  /  Productivity Apps  / Docker Management on Windows Pc

Docker Management on Windows Pc

Developed By: nevishs

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: March 01, 2025

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 6.1.5
Size 27.9 MB
Release Date March 24, 25
Category Productivity Apps

App Permissions:
Allows applications to open network sockets. [see more (3)]

What's New:
- Minor UI changes- Fixed funny chars on logs and console [see more]

Description from Developer:
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... [read more]

App preview ([see all 25 screenshots])

App preview

About this app

On this page you can download Docker Management and install on Windows PC. Docker Management is free Productivity app, developed by nevishs. Latest version of Docker Management is 6.1.5, was released on 2025-03-24 (updated on 2025-03-01). Estimated number of the downloads is more than 10,000. Overall rating of Docker Management is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Docker Management on Windows?

Instruction on how to install Docker Management on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Docker Management on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Docker Management using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Docker Management" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Docker Management on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Docker Management" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

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
- Minor UI changes
- Fixed funny chars on logs and console
Allows applications to open network sockets.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to access information about networks.