A docker manager that mimics OrbStack, created purely out of personal interest.
- main
- image files (dive)
- term
To run in live development mode, run wails3 dev in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes.
To build a redistributable, production mode package, use wails3 build.
Technology stack:
- Golang
- Frontend
- containers
- create container
- list local images
- pull image from dockerhub
- remove container
- export container files
- export noVNC
- create container
- images
- add image
- pull image from dockerhub
- build image from Dockerfile
- remove image
- export image files
- add image
- volumes
- create volume
- remove volume
- show | export volume files
- networks
- create network
- remove network
- remote docker host
- connect docker host by SSH
- Kubernetes
- Settings
- theme


