Ratings Score: None
Reviews: None
Updated: None
Size:
Installs: 10,000+
Current Version:
Required Android Version:
Interactive Elements:
Developer: nevishs
Developer Email:
Developer Address:
Available On: PlayStore
Connect via ssh to your Linux/MacOS machine to manage your docker. <b>Receive notifications</b> of docker events such as "start,create,delete,tag etc" of "container/image/volume/network" directly to your mobile. 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 - 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 <b>Features</b> - 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 <b>NO</b> docker daemon or docker api is required to be enabled for this app, simply connect via ssh. <b>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</b> <b>Q/A</b> 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: <i>sudo usermod -aG docker $USER </i> <i>sudo reboot </i> 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: <i>sudo synogroup --add docker</i> <i>sudo synogroup --memberadd docker $USER</i> <i>sudo chown root:docker /var/run/docker.sock</i> Q: How to connect to QNAP server? A: If non-root user, then add user to docker group on your server: <i>sudo addgroup $USER administrators </i> <b>Found a bug?</b> Send an email to: [email protected]