docker_elite 0.0.2+2 docker_elite: ^0.0.2+2 copied to clipboard
A superior way of interacting with Docker
0.0.2+2 #
- Added the build function
- Modified the run function to accept and insert parameters in the correct order -> docker run [OPTIONS] IMAGE[:TAG|@DIGEST] [COMMAND] [ARG...]
0.0.1+1 #
Functions added
- Pull image
- List docker images
- Start a docker container
- List docker containers
- Stop docker container
- Remove container
- Remove image