Advertisement
thisisvld

Untitled

Oct 25th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. root@vld:~# lxc launch ubuntu:16.04 nginx
  2. Creating nginx
  3. Starting nginx
  4. root@vld:~# lxc list
  5. +--------+---------+----------------------+------+------------+-----------+
  6. | NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
  7. +--------+---------+----------------------+------+------------+-----------+
  8. | docker | STOPPED | | | PERSISTENT | 0 |
  9. +--------+---------+----------------------+------+------------+-----------+
  10. | f-n1 | STOPPED | | | PERSISTENT | 0 |
  11. +--------+---------+----------------------+------+------------+-----------+
  12. | f-n2 | STOPPED | | | PERSISTENT | 0 |
  13. +--------+---------+----------------------+------+------------+-----------+
  14. | f-n3 | STOPPED | | | PERSISTENT | 0 |
  15. +--------+---------+----------------------+------+------------+-----------+
  16. | nginx | RUNNING | 192.168.0.100 (eth0) | | PERSISTENT | 0 |
  17. +--------+---------+----------------------+------+------------+-----------+
  18. root@vld:~# lxc exec nginx bash
  19. root@nginx:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement