Guest User

Untitled

a guest
Jun 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. touch Dockerfile
  2. subl Dockerfile
  3. docker build -t classblog .
  4. docker container run -d --name c-blog -p 80:80 classblog:latest
Add Comment
Please, Sign In to add comment