Docker API

Access the Docker Engine …

If you’re using Docker and need to access to Docker Engine API, Docker makes it really easy to do. For example, let’s say you’re inside of a container and you need to query the API to find out what other containers are running that you might need to communicate with. To gain access …