9 changed files with 617 additions and 262 deletions
@ -1,6 +1,8 @@ |
|||
#!/bin/bash |
|||
# Several packages need to be installed to use Dockerfile.py |
|||
# It creates a local container that you can use to build minios-live |
|||
apt install python3-pip |
|||
apt install -y docker.io python3-pip |
|||
systemctl start docker |
|||
systemctl enable docker |
|||
pip3 install pydocker |
|||
python3 ./Dockerfile.py |
@ -1,5 +1,6 @@ |
|||
#!/bin/bash |
|||
#docker run -d --name mlc --privileged -v /build:/build local/mlc /build/slax/autoinstall - |
|||
docker run --rm -it --privileged -v /build:/build local/mlc /build/slax/autoinstall build_modules_chroot - |
|||
docker run --rm -it --privileged -v /build:/build local/mlc /build/slax/autoinstall - |
|||
#docker run --rm -it --privileged -v /build:/build local/mlc /build/slax/autoinstall build_modules_chroot - |
|||
#docker run -it --name mlc --privileged -v /build:/build local/mlc |
|||
#docker run -d --name mlc --privileged -v /build:/build local/mlc |
File diff suppressed because it is too large
Loading…
Reference in new issue