https://github.com/michaelwayman/docker-utility
An electron app to manage basic docker things.
https://github.com/michaelwayman/docker-utility
docker electron
Last synced: 3 months ago
JSON representation
An electron app to manage basic docker things.
- Host: GitHub
- URL: https://github.com/michaelwayman/docker-utility
- Owner: michaelwayman
- Created: 2020-05-01T23:15:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:32:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T15:23:10.207Z (5 months ago)
- Topics: docker, electron
- Language: JavaScript
- Size: 655 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker utility
I started this project out to learn about electron. I never finished it or even bothered to clean the code up. It was just for fun but also kind of cool :)
- This tool lets you perform pretty standard docker functions from a GUI.
- Start/Stop/Rename/Delete containers
- View environment variables and volumes
- Create new containers from images
- Launch a shell directly into a running container
- Etc.## Create a new container from an image

## Start a container

## Stop a container

## Rename a container

## Launch a shell into a container

## Delete images containers

## Delete Image
