Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $ sudo systemd-nspawn -D ./foo
  2. Spawning container mschroot on /opt/foo.
  3. Press ^] three times within 1s to kill container.
  4. root@foo:~# systemctl
  5. Failed to connect to bus: No such file or directory
  6.  
  7. $ sudo mount --bind /proc /opt/foo/proc
  8. $ sudo chroot /opt/foo/
  9. root@x230:/# systemctl
  10. Running in chroot, ignoring request.
Add Comment
Please, Sign In to add comment