mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
format
This commit is contained in:
10
build_run.sh
10
build_run.sh
@@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker stop pxe-container-s6
|
docker stop pxe-container
|
||||||
docker rm pxe-container-s6
|
docker rm pxe-container
|
||||||
docker rmi pxe-image:s6-test01
|
docker rmi pxe-image:latest
|
||||||
|
|
||||||
docker build -t pxe-image:s6-test01 .
|
docker build -t pxe-image:latest .
|
||||||
#docker run -it --privileged --net=host --volume ${PWD}/RPi-PXE-Server:/app/RPi-PXE-Server --volume ${PWD}/srv:/srv --name pxe-container-s6 pxe-image:s6-test01
|
|
||||||
##docker exec -it pxe-container-s6 bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user