Docker - Rest API

Card Puncher Data Processing

About

The CLI uses the Docker REST API to control or interact with the Docker daemon

Documentation / Reference





Discover More
Card Puncher Data Processing
Docker - /var/run/docker.sock (Communicating from container to the daemon)

/var/run/docker.sock is the socket where the docker daemon listens on by default and it can be used to communicate with the daemon from within a container. The H option permits to configure the...
Card Puncher Data Processing
Docker - API

Docker Daemon
Docker - Daemon - dockerd

The daemon is: a self-sufficient runtime for containers. a background service running on the host that manages building, running and distributing Docker containers. The daemon creates and manages...
Card Puncher Data Processing
Docker - Engine

Docker Engine is a client-server application with these major components: A server which is a type of long-running program called a daemon process (the dockerd command). A REST API which specifies...
Card Puncher Data Processing
Docker - docker client

The CLI uses the Docker REST API to control or interact with the Docker daemon where subcommand is: attach - Attach to a running container build - Build an image from a Dockerfile commit -...



Share this page:
Follow us:
Task Runner