GitBook: [master] one page modified

This commit is contained in:
CPol 2021-03-31 23:20:56 +00:00 committed by gitbook-bot
parent 6b8f072d03
commit 37898ff704
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -13,11 +13,10 @@ You can install in your machine this distro builder: [https://github.com/lxc/dis
sudo apt update
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools
#Clone repo
go get -d -v github.com/lxc/distrobuilder
sudo go get -d -v github.com/lxc/distrobuilder
#Make distrobuilder
cd $HOME/go/src/github.com/lxc/distrobuilder
make
cd
#Prepare the creation of alpine
mkdir -p $HOME/ContainerImages/alpine/
cd $HOME/ContainerImages/alpine/