Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. lxc launch ubuntu-daily:16.04 docker -p default -p docker
  2. lxc exec docker -- apt install docker.io -y
  3. lxc exec docker bash
  4. sudo curl -L git.io/scope -o /usr/local/bin/scope
  5. sudo chmod a+x /usr/local/bin/scope
  6. scope launch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement