Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 861 Bytes

Docker playbook

This desktop application is for people often find themselves building certain sets of docker containers over and over again. Now, you can manage those containers in a playbook fashion with hopefully pleasent UI.
(The application is still actively developed by me and will be bug free in a couple of months.)

Setup

From project root:
pip install docker
npm i

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.

The page will reload if you make edits.
You will also see any lint errors in the console.
Don't forget to refresh after window starts.

npm run prod

Runs the app in the production mode.

npm run prod

Runs the app in the development mode without electron.
Faster option, lets you develop on browser window instead.