Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Starting with Ubuntu on vultr
  2. wget https://get.docker.com/ -O get_docker.sh
  3. chmod +x ./get_docker.sh
  4. ./get_docker.sh
  5. git clone https://github.com/steemit/condenser
  6. cd condenser
  7. docker build -t="myname/condenser:mybranch" .
  8. docker run -it -p 8080:8080 myname/condenser:mybranch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement