Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. docker run -i -t
  2. --name #NAME#
  3. --privileged
  4. -v /var/run/docker.sock:/host/var/run/docker.sock
  5. -v /dev:/host/dev
  6. -v /proc:/host/proc:ro
  7. -v /boot:/host/boot:ro
  8. -v /lib/modules:/host/lib/modules:ro
  9. -v /usr:/host/usr:ro container:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement