Skip to content

Instantly share code, notes, and snippets.

@NorikDavtian
Last active July 6, 2018 21:57
Show Gist options
  • Save NorikDavtian/b396945aa7576acf8472c64e056457d2 to your computer and use it in GitHub Desktop.
Save NorikDavtian/b396945aa7576acf8472c64e056457d2 to your computer and use it in GitHub Desktop.
# 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