2021-01-12 22:11:14 +01:00
|
|
|
# create and start container
|
|
|
|
lxc-create -t download -n piston -- --dist ubuntu --release bionic --arch amd64
|
|
|
|
./start
|
|
|
|
|
|
|
|
# open a shell to the container
|
|
|
|
./shell
|
|
|
|
|
2021-02-05 23:22:15 +01:00
|
|
|
# run everything located in container/install.sh
|
2021-01-21 20:43:47 +01:00
|
|
|
|
2021-01-12 22:11:14 +01:00
|
|
|
# leave container
|
|
|
|
exit
|
|
|
|
|
|
|
|
# optionally run tests
|
|
|
|
./test_all_lxc
|