Timoneer
November 1, 2018 ยท View on GitHub

Docker Client for Windows, Mac & Linux.
Download Latest Release
What's Included

Intended to manage containers locally. You can add your private registries and it will list their images.
- Connects to Docker Daemon using certificates. Auto configures from environment, but can be changed to remote server.
- Use custom Docker Hub credentials.
- Containers actions include: List, create, start/stop, remove, attach, exec.
- Image actions include: List, pull, inspect.
- Volumes actions include: List, create, remove
- Registries: List images and tags.
Development / Contributing
If you just want the latest release of Timoneer click here
If you want to contribute or run the project in development mode, clone the repo and use yarn start
This is an Electron Application, using Angular 7 and Dockerode as Docker client.
yarn install
yarn start
License
From Timoneer v0.6 onwards the code is licensed under the MIT License. Previous versions are licensed under GNU GPL.
Credits
- Angular Electron build setup from maximegris/angular-electron
- UI inspired on Visual Studio Code