Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

leonardochaia/timoneer

Repository files navigation

Timoneer

Timoneer

master: Build Status develop: Build Status Greenkeeper badge

Docker Client for Windows, Mac & Linux.

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