Docker Management

5.5.1 for iPhone, iPad
$5.99
0

0 Ratings

Update Date

2024-01-24

Size

30.8 MB

Screenshots for iPhone

iPhone
Docker Management Description
Connect via ssh to your Linux/MacOS machine and manage your docker.

This application allows you to:
- connect to multiple servers
- list containers
- create containers
- start containers
- stop containers
- restart containers
- remove containers
- inspect containers
- view resource usage of containers
- view live logs of containers
- enter shell of containers
- list images
- build images
- remove images
- inspect images
- connect through password or ssh key

Features
- server info is stored on phone only (the data is wiped out if app is removed)

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: 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
Docker Management 5.5.1 Update
2024-01-24
Enabled to enter shell of containers (beta)
More Information
Price:
$5.99
Version:
5.5.1
Size:
30.8 MB
Update Date:
2024-01-24
Developer:
Nevis Shkenza
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
5.5.1 2024-01-24
Enabled to enter shell of containers (beta)
5.3.9 2023-05-24
Minor improvements
5.3.8 2022-12-12
Updated additional dependencies
5.3.6 2022-08-09
Fixed default log line field
5.3.5 2022-04-29
Minor improvements
5.3.4 2022-01-13
Option to "docker system prune"
5.3.3 2021-12-29
- Centralized settings in a new view
- Define specific number of log lines
5.3.2 2021-10-13
- Confirmation popup on container/image removal
- Added the option to inspect images
5.3.1 2021-10-08
Container/Image name can be scrolled horizontally to see the full name.
5.3.0 2021-09-15
Updated screenshots
5.1.3 2020-10-08
creating containers (showing logs during creation)
5.0.9 2020-10-03
minor improvements
5.0.6 2020-08-14