[][src]Crate shipshape

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