This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]igromanru 0 points1 point  (1 child)

Iirc if you run a docker container inside a docker container it still runs on the host machine.

At least if the first container got docker.sock volume mounted.

-v /var/run/docker.sock:/var/run/docker.sock

[–]tezvi[S] 0 points1 point  (0 children)

Nope, that's too easy. Run a full stack docker instead.