Skip to content

Instantly share code, notes, and snippets.

@anacampesan
Last active May 15, 2019 21:35
Show Gist options
  • Save anacampesan/d517856fe0e1272da134d74fbdd65298 to your computer and use it in GitHub Desktop.
Save anacampesan/d517856fe0e1272da134d74fbdd65298 to your computer and use it in GitHub Desktop.
Creating Docker containers

docker build -t name -t TAG builds image from dockerfile docker run -v pwd/app:/app -p 3000:3000 -it -d ana/name docker ps docker exec -it /bin/bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment