# Docker LifeTime — Manage Docker from mobile

> SSH-based mobile Docker management for containers and images. (iPhone/iPad app by Nevis Shkenza.)

- Source: https://appshunter.io/ios/app/docker-lifetime/id1527656144 (this page in markdown: same URL + `.md`)
- Developer: [Nevis Shkenza](https://appshunter.io/developer/1268450891)
- Category: Developer Tools, Education
- Price: $14.99 with in-app purchases
- Rating: 5.00/5 from 1 App Store ratings · 8 written reviews indexed
- Age rating: 4+
- Requires: iOS 13.0 · 40 MB
- Languages: English
- Released: 2020-08-14
- Data updated: 2026-06-10
- Monetization: paid
- User reviews in markdown: https://appshunter.io/ios/app/docker-lifetime/id1527656144/reviews.md

## What is Docker LifeTime?

This app is being depreciated and not being updated anymore. Please get the frequently updated/maintained version called Docker Management - https://apps.apple.com/ca/app/docker-management/id1583254724

Connect via ssh to your Linux/MacOS machine and manage your docker.

This application allows you to:
- add multiple servers
- 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 live logs of containers
- enter shell of containers
- list images
- build images
- search images
- pull images (also from private registries)
- remove images (multiple at once)
- 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: 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

- Manage multiple Docker servers
- Control containers (start, stop, restart, remove)
- Build, pull, and remove Docker images
- View container resource usage and live logs
- Connect via SSH key or password
- Enter container shells

## Pricing and in-app purchases

Base price: $14.99.

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| Small Donation | $1.99 | one-time |
| Good Donation | $8.99 | one-time |
| Pretty Good Donation | $44.99 | one-time |
| The Best Donation | $89.99 | one-time |


## Recent user reviews (8 of 8)

All indexed reviews: https://appshunter.io/ios/app/docker-lifetime/id1527656144/reviews.md

### 5/5 — Great app works well simple

*2024-02-08*

Great app great dev works well

### 5/5 — Great Docker Management: Smooth Connectivity Now!

*2024-01-02*

This app is good for managing Docker apps on remote servers. After a year-long wait, the recent update has finally resolved the connectivity issue with Ubuntu servers, making it a breeze to access and monitor my Docker apps. The interface is user-friendly, and with this fix, it's become my go-to choice for seamless Docker management on the go. Highly recommend!

**Developer response:** Hi Dandymike, please get the updated version of the app as I have fixed the issue. Let me know if you are still having problems. Nevis

### 5/5 — Works well

*2023-08-21*

A+ features work well. Great with nas

### 1/5 — Works if you don't need SSH keys

*2023-07-17*

Works fine if you don't need SSH keys to log in.
There are absolutely no instructions on whereto place the private key in your phone so the app can access it. Have tried for months now and it never works.

Developer had zero interest in answering any questions about the app. Charges not an insubstantial price for the app, yet provides no customer support whatsoever.

1/10 definitely would not buy again.

**Developer response:** Hi Kienzlenator, sorry for the late reply. Please get the updated version of the app as I have fixed the issue. Let me know if you are still having problems. Nevis

### 3/5 — Nice app

*2022-05-22*

App only supports RSA keys, really need ED25519 keys implemented as RSA is blocked in Ubuntu 22.04 by default. Really like the app otherwise :)

**Developer response:** Hi Miguelini, could you please get the updated version of the app as I have fixed the issue. Let me know if you are still having problems. Nevis

### 2/5 — Crashing on 15.1

*2021-12-12*

Bought the full app after trying the lite version and finding out I can’t view a containers logs. When trying to view the logs the app crashes. So now I’m out $4, with only the hope that the dev will fix the app.

**Developer response:** Hi Dotlocal, sorry to hear that you are having this issue. 
Does the app crashes on every operation or just when you view the logs? Also, could you please write to my email nevis.applications@gmail.com so we can troubleshoot this issue further. I will be happy to assist to you.

### 4/5 — Perfect for tasks I need to do from my armchair!

*2021-07-31*

Fire up the media server, stop Folding At Home frying my cpu etc.

1 star off for logs not being readable in Dark Mode

**Developer response:** Hi, thank you for bringing this issue up, please get the latest update as I have fixed the logs in dark mode.

### 5/5 — Best docker app

*2021-04-10*

Easiest way to manage docker containers from mobile

## Frequently asked questions about Docker LifeTime

### What is Docker LifeTime?

Docker LifeTime is a mobile application designed to manage Docker containers and images remotely via SSH. It allows users to perform various Docker operations directly from their iOS devices.

### Does Docker LifeTime require a Docker daemon?

No, Docker LifeTime does not require a Docker daemon or API to be enabled on your server. It connects directly through SSH, making it a secure way to manage your Docker environment.

### How does Docker LifeTime handle server information?

Server information is stored locally on your phone only. This data will be wiped out if the app is removed, so it's recommended to back up critical connection details.

### Can I connect with non-root users in Docker LifeTime?

Yes, but you need to add your non-root user to the 'docker' group on your server. This typically involves commands like 'sudo usermod -aG docker $USER' and a reboot.

### What is the price of Docker LifeTime?

Docker LifeTime is a paid application priced at $14.99. It is a one-time purchase.

### Is Docker LifeTime still being updated?

No, this version of Docker LifeTime is being depreciated and is no longer being updated. The developer recommends using the 'Docker Management' app for frequent updates and maintenance.

### What devices does Docker LifeTime support?

Docker LifeTime supports iPhone, iPad, and iPod devices. It is rated for ages 4 and up.

### How often is Docker LifeTime updated?

This specific version of Docker LifeTime is no longer being updated. The developer has released a new, actively maintained version called 'Docker Management'.

## Version history (last 5 releases)

### 5.5.6 — 2025-02-20

- Popup update

### 5.5.5 — 2025-01-22

Minor improvements

### 5.5.4 — 2024-10-27

- Auto detecting docker path

### 5.5.3 — 2024-10-13

- Remove multiple images at once.
- Stop/Restart multiple containers at once.
- Start/Remove multiple containers at once.

### 5.5.2 — 2024-06-09

- Searching and pulling docker images

## Apps similar to Docker LifeTime

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [La Terminal: Mosh & SSH Client](https://appshunter.io/ios/app/la-terminal-mosh-and-ssh-client/id1629902861) | 4.7 (101) | Free | Developer Tools |
| [Termius - Modern SSH Client](https://appshunter.io/ios/app/termius-modern-ssh-client/id549039908) | 4.7 (18,194) | Free | Developer Tools |
| [SSH Client - Secure ShellFish](https://appshunter.io/ios/app/ssh-client-secure-shellfish/id1336634154) | 4.8 (1,374) | Free | Developer Tools |
| [SSH Terminal+](https://appshunter.io/ios/app/ssh-terminal-plus/id1548415319) | 4.7 (187) | Free | Developer Tools |
| [WebSSH - Sysadmin Toolbox](https://appshunter.io/ios/app/webssh-sysadmin-toolbox/id497714887) | 4.7 (2,466) | Free | Developer Tools |
| [SSH Terminal Pro](https://appshunter.io/ios/app/ssh-terminal-pro/id1546705394) | 5.0 (19) | $14.99 | 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 Management](https://appshunter.io/ios/app/docker-management/id1583254724)
- [Devops ToolBox](https://appshunter.io/ios/app/devops-toolbox/id6740811641)

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

---

*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-06-10.*
