An open API service indexing awesome lists of open source software.

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

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)
```