mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 15:46:27 +02:00
14 lines
271 B
Text
14 lines
271 B
Text
# 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
|