Skip to content

Commit

Permalink
Adiciona explicações detalhadas sobre comandos LXC e melhora a format…
Browse files Browse the repository at this point in the history
…ação do guia de cheatsheet para maior clareza e legibilidade.
  • Loading branch information
mdmjunior committed Feb 22, 2025
1 parent 4b2f9ee commit ee3744b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/blog/lxc-commands-cheatsheet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ authors: ['default']

# **LXC Commands Cheat Sheet: A Comprehensive Guide**

<p align="justify">
Linux Containers (LXC) provide lightweight virtualization, enabling the running of multiple isolated Linux systems on a single host. In this guide, we dive deep
into the most essential LXC commands on Ubuntu 24.04, explaining each one in detail to empower you in efficiently managing your containers.
</p>

## **Launch Containers**

<p align="justify">
The `lxc launch` command creates and starts a new container from an existing image. It combines the creation (`lxc init`) and start (`lxc start`) processes into
one command, making it a convenient way to get a container running quickly.

</p>
**Syntax:**

```bash
Expand Down

0 comments on commit ee3744b

Please sign in to comment.