Docker Experiments: REST Operations

Shubham Girdhar
Aug 14, 2021

The Docker Daemon(dockerd) listens on /var/run/docker.sock by default and provides a REST API to control or communicate with the Docker daemon through scripting.
cURL can be used to send requests to sockets and this is what we are going to do today.

Get version

Get Version

Ping Docker Server

Ping Docker Server

List Volumes

List Volumes

Create Volume

--

--