Docker Lite Cheats

Docker Lite Hack 5.6.7 + Redeem Codes

Connect via ssh to your docker

Developer: Nevis Shkenza
Category: Developer Tools
Price: Free
Version: 5.6.7
ID: com.nevishs.docker.ios.lite

Screenshots

Game screenshot Docker Lite mod apkGame screenshot Docker Lite apkGame screenshot Docker Lite hack

Description

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.

Connect via ssh to your Linux server and manage your docker.
This application allows you to:
- connect to multiple servers
- list containers
- inspect containers
- view resource usage of containers
- list images
- connect through password or rsa key

The lite version is designed to get an idea of the app and to test the ssh connection to your server. If the app suits you and you would like to use all the features, please get the full version https://apps.apple.com/ca/app/docker-management/id1527656144 which allows you to:
- create containers
- start containers
- stop containers
- restart containers
- remove containers
- view live logs of containers
- build images
- remove images

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

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 $USERsudo reboot

Q: Why I can not connect to Synology server with non-root user?
A: The non-root user has to in the docker group and also when ssh-ing to Synology server, the .bashrc profile is not loaded by default so the following command are required:
sudo synogroup --add docker $USER;
sudo chown root:docker /var/run/docker.sock;
# for synology version 7.1.xxx or lower
sudo ln -sf /volume1/@appstore/Docker/usr/bin/docker /usr/bin/docker;
# for synology version 7.2.xxx or higher
sudo ln -sf /volume1/@appstore/ContainerManager/usr/bin/docker /usr/bin/docker;
NOTE: "/volume1/@appstore/Docker/usr/bin/docker" might be different for your case.

Q: Why I can not connect to QNAP server with non-root user?
A: The non-root user has to in the docker group and also when ssh-ing to QNAP server, the .bashrc profile is not loaded by default so the following command are required:
sudo addgroup $USER administrators
sudo ln -s /share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker /usr/bin/docker
NOTE: "/share/CACHEDEV1_DATA/.qpkg/container-station/bin/docker" might be different for your case.

Q: Why my ssh key is not working?
A: The ssh agent accepts only RSA format keys so if you are using another format (openssh) please convert it with the following command:
ssh-keygen -f -p -m pem -P PASSPHASE -N PASSPHASE
NOTE: add "" if there is no passphase for the ssh key

Found a bug?
Send an email to: [email protected]

Version history

5.6.7
2023-07-06
Manage docker from your mobile
5.6.6
2023-05-23
Minor improvements
5.6.4
2022-12-12
Updated additional dependencies
5.6.3
2022-12-11
Updated application dependencies
5.6.2
2022-08-08
Minor improvements
5.6.1
2022-04-29
Minor improvements
5.6.0
2022-01-14
Option to "docker system prune"
5.5.9
2021-12-28
- centralized settings in a new view
5.5.8
2021-10-13
Added the option to inspect images
3.0.4
2021-10-08
Container/Image name can be scrolled horizontally for see the full name.
3.0.3
2021-09-15
Updated screenshots
3.0.2
2021-08-29
Uploaded new logo and screenshots
3.0.1
2021-08-28

Ways to hack Docker Lite

Download hacked APK

Download Docker Lite MOD APK
Request a Hack

Ratings

3.8 out of 5
5 Ratings

Reviews

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

You should add this feature.