Comment on Should I move to Docker?
Dyskolos@lemmy.zip 10 months agoThanks for the tips! But did i get it right here? A container can has access to other containers?
Comment on Should I move to Docker?
Dyskolos@lemmy.zip 10 months agoThanks for the tips! But did i get it right here? A container can has access to other containers?
xcjs@programming.dev 10 months ago
The Docker client communicates over a UNIX socket. If you mount that socket in a container with a Docker client, it can communicate with the host’s Docker instance.
Dyskolos@lemmy.zip 10 months ago
Ah okay. Sounds safe enough. Thanks again :-)
xcjs@programming.dev 10 months ago
Of course!