The main component that handles all your containers, volumes, networks, etc is the docker daemon that runs in the background.
What is Docker remote access?īefore you dive into the setup, let me recall how docker works.ĭocker works in something called a client-server architecture. With docker remote access, whenever you run a docker command on your local host, the effects take place on the remote server. This tutorial takes the same concept to another level by enabling remote access to Docker. I have written in detail about how to SSH into a docker container.