Created
August 1, 2019 04:06
-
-
Save paulolorenzobasilio/0e6b79b1f2f6656fbda450563b7b1a93 to your computer and use it in GitHub Desktop.
Mount the docker instance in the container to be able to use docker inside the container.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d -u root -v $(which docker):/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock -t image/image:lts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment