Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Dec 21, 2022
1 parent 0c027a4 commit 06d5cce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ environments, preventing one job from impacting or attacking the next.
# Installing LXD
```
sudo apt-get install lxd-client
lxd init
#you can use all the defaults
#Add new storge pool called docker (docker needs btrfs to work properly, so we named its storage pool docker)
lxc storage create docker btrfs source=/var/lxd/disks size=30GB
```


# Creating a suitable base instance

For example, for an Ubuntu 20.04 container, you'd use:
Expand Down

0 comments on commit 06d5cce

Please sign in to comment.