Guest User

Untitled

a guest
Jul 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. First cd in every folder and do:
  2. 1) #comment what is not needed in main then put a simple print hello world
  3. 2) docker build -t test_<name_of_the_service> .
  4. 3) docker run test_<name_of_the_service> # you should see a hello world, if not debug and repeat step and 3 until no errors 2)
Add Comment
Please, Sign In to add comment