https://github.com/spacekookie/just-do-it
A small utility wrapper around the docker CLI, meant for development environments
https://github.com/spacekookie/just-do-it
development docker rust
Last synced: about 2 months ago
JSON representation
A small utility wrapper around the docker CLI, meant for development environments
- Host: GitHub
- URL: https://github.com/spacekookie/just-do-it
- Owner: spacekookie
- License: mpl-2.0
- Created: 2018-04-18T14:29:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T15:51:45.000Z (about 8 years ago)
- Last Synced: 2025-01-28T19:44:25.217Z (over 1 year ago)
- Topics: development, docker, rust
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# just-do-it
A small wrapper around the docker CLI that fits my usecases
## Usage
```
spacekookie@azedes ~> doit --help
doit
It works for me, okay?
USAGE:
doit
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
new Create new containers and install basic dependencies
work Start and attach a container to work with it
list Show existing containers and stuff
destroy Murder existing containers & their families in cold bits...
help Prints this message or the help of the given subcommand(s)
```