|
# create and start container
|
|
lxc-create -t download -n piston -- --dist ubuntu --release bionic --arch amd64
|
|
./start
|
|
|
|
# open a shell to the container
|
|
./shell
|
|
|
|
# run everything located in container/install.sh
|
|
|
|
# leave container
|
|
exit
|
|
|
|
# optionally run tests
|
|
./test_all_lxc
|