# Docker Management — Get Notified and Manage Docker

> Remote Docker management and event notification via SSH. (iPhone/iPad app by Nevis Shkenza.)

- Source: https://appshunter.io/ios/app/docker-management/id1583254724 (this page in markdown: same URL + `.md`)
- Developer: [Nevis Shkenza](https://appshunter.io/developer/1268450891)
- Category: Developer Tools, Education
- Price: Free with in-app purchases
- Rating: 3.00/5 from 3 App Store ratings · 5 written reviews indexed
- Age rating: 4+
- Requires: iOS 13.0 · 51 MB
- Languages: American English
- Released: 2021-08-28
- Data updated: 2026-08-24
- Monetization: free with in-app purchases
- User reviews in markdown: https://appshunter.io/ios/app/docker-management/id1583254724/reviews.md

## What is Docker Management?

Receive notifications of docker events such as "start,create,delete,tag etc" of "container/image/volume/network" directly to your mobile.
Connect via ssh to your Linux/MacOS machine to monitor/manage your docker. 

This application allows you to:
 - add multiple servers
 - connect through password or ssh key
 - receive notifications on docker events
 - ability to customize notification triggers
     - select events to be notified
     - choose what to exclude/include
     - pick a silence window (to not receive notifications)
 - 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
- vulnerability image scanning
- 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)
 - Receive notifications on docker events
 - Run "docker system prune" to clean up unnecessary resources

NOTE
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

Terms of Use (EULA) - https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

Found a bug?
Send an email to: nevis.applications@gmail.com

## Key features

- Receive Docker event notifications
- Connect via SSH with password or key
- Manage containers (start, stop, remove)
- Monitor container resource usage and logs
- Build and manage Docker images
- Manage Docker volumes and networks
- Customize notification triggers and silence windows

## Pricing and in-app purchases

Base price: Free.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| Docker Monthly Pro | $1.99 | per month |
| Docker Yearly Pro | $12.99 | per year |

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| Docker Lifetime | $29.99 | one-time |
| Good Donation | $9.99 | one-time |
| Small Donation | $2.99 | one-time |
| The Best Donation | $99.99 | one-time |
| Pretty Good Donation | $49.99 | one-time |


## Recent user reviews (5 of 5)

All indexed reviews: https://appshunter.io/ios/app/docker-management/id1583254724/reviews.md

### 3/5 — Can't get to work with Mac host and orbstack

*2025-10-26*

It says I have to add the user to the docker group, but not using docker desktop, using orbstack and there is no docker group. docker.sock is owned by my non root user. Why shouldn't it work as a non root user with orbstack on Mac?

**Developer response:** Hi Sfatula, please write to my email so we can troubleshoot it further. I am looking forward to resolving your issue.

### 5/5 — Call you later today or call

*2023-06-28*

Sorry for your loss I mean

### 1/5 — Fails to connect

*2023-04-20*

Verified with numerous other similar apps and server is accessible locally, but fails with this app.

**Developer response:** Hi there, sorry for the late late reply. I just did a lot of updates, can you update the app and try again, it works on local network too. Let me know :)

### 3/5 — No openssh keys

*2022-12-04*

I am using Truenas. Truenas uses openssh keys and manages / creates them. So, can't use the app unfortunately. 

You should add this feature.

**Developer response:** HI there, sorry for the late reply but please get the updated version and try again. I would appreciate your feedback.

### 5/5 — Smooth

*2022-04-09*

Very smooth app :)

## Frequently asked questions about Docker Management

### How do I connect to Docker with a non-root user?

To connect with a non-root user, you need to add your user to the 'docker' group on your server. This is typically done with the command `sudo usermod -aG docker $USER` followed by a reboot. For Synology servers, use `sudo synogroup --add docker` and `sudo synogroup --memberadd docker $USER`, then `sudo chown root:docker /var/run/docker.sock`. For QNAP, use `sudo addgroup $USER administrators`.

### Does Docker Management require a Docker daemon to be enabled?

No, Docker Management does not require a Docker daemon or API to be enabled. It connects to your Docker environment simply by using SSH, which is a more secure approach than exposing the Docker daemon directly.

### What Docker events can I receive notifications for?

You can receive notifications for a wide range of Docker events, including the start, create, delete, and tag of containers, images, volumes, and networks. You can also customize which events trigger notifications and set up exclusion rules or silence windows.

### How can I manage multiple Docker servers with this app?

The application allows you to add multiple servers to your profile. This enables you to switch between and manage different Docker environments directly from your mobile device without needing to reconfigure connections each time.

### What are the subscription options for Docker Management?

Docker Management offers subscription plans for enhanced features. You can choose between a monthly subscription for $1.99 or an annual subscription for $12.99, providing access to Pro features.

### How is my server information stored?

Server information, including connection details, is stored exclusively on your phone. This data is automatically wiped once the application is removed from your device, enhancing privacy and security.

### Can I view real-time logs and search within them?

Yes, you can view real-time logs for your containers directly within the app. Furthermore, the application provides functionality to search through these logs, helping you quickly find specific information or errors.

### What is the update frequency of Docker Management?

The app was last updated on November 18, 2025, indicating active development and support. This suggests regular updates to introduce new features, fix bugs, and maintain compatibility with the latest Docker versions and mobile operating systems.

## Version history (last 5 releases)

### 6.0.0 — 2026-07-15

- docker image vulnerability scanning
- monitor uptime of services (http, tcp, ping)

### 5.9.1 — 2025-11-18

- minor changes

### 5.8.7 — 2025-10-21

- improvements of push notifications

### 5.8.6 — 2025-09-20

- new layout of exec to container
- gradient backgroud

### 5.8.5 — 2025-08-05

- select docker events to get notifications
- add silence window (to not receive notifications)
- fixed container color in dark mode

## Apps similar to Docker Management

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [ShellBean - AI SSH Client](https://appshunter.io/ios/app/shellbean-ai-ssh-client/id1504613231) | 4.1 (15) | Free | Developer Tools |
| [SSH Client - Secure ShellFish](https://appshunter.io/ios/app/ssh-client-secure-shellfish/id1336634154) | 4.8 (1,468) | Free | Developer Tools |
| [La Terminal: Mosh & SSH Client](https://appshunter.io/ios/app/la-terminal-mosh-and-ssh-client/id1629902861) | 4.7 (103) | Free | Developer Tools |
| [SSH Terminal+](https://appshunter.io/ios/app/ssh-terminal-plus/id1548415319) | 4.8 (194) | Free | Developer Tools |
| [SSH Terminal Pro](https://appshunter.io/ios/app/ssh-terminal-pro/id1546705394) | 5.0 (23) | $14.99 | Developer Tools |
| [WebSSH - Sysadmin Toolbox](https://appshunter.io/ios/app/webssh-sysadmin-toolbox/id497714887) | 4.7 (2,515) | Free | Developer Tools |

## More apps by Nevis Shkenza

- [Air Balloon Game](https://appshunter.io/ios/app/air-balloon-game/id1268450892)
- [Baseball for Fun](https://appshunter.io/ios/app/baseball-for-fun/id1270652885)
- [Tako Shqiptarë](https://appshunter.io/ios/app/tako-shqiptare/id1287525641)
- [Docker LifeTime](https://appshunter.io/ios/app/docker-lifetime/id1527656144)
- [Devops ToolBox](https://appshunter.io/ios/app/devops-toolbox/id6740811641)

All apps by Nevis Shkenza: https://appshunter.io/developer/1268450891

## Related topics

[docker management](https://appshunter.io/ios/topics/docker-management) · [container manager for docker](https://appshunter.io/ios/topics/container-manager-for-docker)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-24.*
