Last active
July 6, 2018 21:57
-
-
Save NorikDavtian/b396945aa7576acf8472c64e056457d2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# https://hub.docker.com/_/alpine/ | |
docker pull alpine | |
# bind the volume to your container | |
docker run -v "$(pwd)/micro-service":/micro-service -it alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment