1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/linux/lxc-start.md
2025-03-26 00:36:41 +02:00

472 B

lxc-start

Start a container. More information: https://linuxcontainers.org/lxc/getting-started/.

  • Start the lxc service:

systemctl start lxc-net

  • Start a container:

sudo lxc-start {{container_name}}

  • Start a container in the foreground:

sudo lxc-start {{container_name}} {{[-F|--foreground]]}

  • Exit out of a foreground container (run this in a separate terminal):

sudo lxc-stop {{container_name}}

  • Display help:

lxc-start {{[-?|--help]}}