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
Last active
May 15, 2019 21:35
-
-
Save anacampesan/d517856fe0e1272da134d74fbdd65298 to your computer and use it in GitHub Desktop.
Creating Docker containers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment