Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. GOOS=linux go build
  2. docker rm -f summarycontainer
  3. docker build -t justinla/summarycontainer .
  4. docker push justinla/summarycontainer
  5. docker pull justinla/summarycontainer
  6. docker run -d --network nodeapp -p 7000:7000 -e ADDR="172.19.0.4:7000" --name summarycontainer justinla/summarycontainer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement