leonardochaia / timoneer

Docker Client for Windows, Linux and Mac. Built on Electron
MIT License
18 stars 1 forks source link
angular docker electron

Timoneer

Timoneer

master: Build Status develop: Build Status Greenkeeper badge

Docker Client for Windows, Mac & Linux.

Download Latest Release

What's Included

Timoneer

Intended to manage containers locally. You can add your private registries and it will list their images.

  1. Connects to Docker Daemon using certificates. Auto configures from environment, but can be changed to remote server.
  2. Use custom Docker Hub credentials.
  3. Containers actions include: List, create, start/stop, remove, attach, exec.
  4. Image actions include: List, pull, inspect.
  5. Volumes actions include: List, create, remove
  6. 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

  1. Angular Electron build setup from maximegris/angular-electron
  2. UI inspired on Visual Studio Code