Expand description
Shipshape
A library for interacting with the Docker API from Rust Meant to be as simple as possible
Functionsยง
- create_
container - Create a docker container from an image Must specify the full JSON encoded body to send to the API See https://docs.docker.com/engine/api/v1.41/#operation/ContainerCreate for complete list of valid options
- pause_
container - Pause a docker container from container ID
- start_
container - Start a docker container from container ID
- stop_
container - Stop a docker container from container ID
- unpause_
container - Unpause a docker container from container ID