mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add restart-always for docker
This commit is contained in:
parent
aa4523b89d
commit
b92c5bbede
@ -2,6 +2,7 @@ DOCKER_NAME=pikadev
|
|||||||
|
|
||||||
docker rm $DOCKER_NAME -f
|
docker rm $DOCKER_NAME -f
|
||||||
docker run -it --name $DOCKER_NAME \
|
docker run -it --name $DOCKER_NAME \
|
||||||
|
--restart always \
|
||||||
-w /root/pikascript \
|
-w /root/pikascript \
|
||||||
$DOCKER_NAME \
|
$DOCKER_NAME \
|
||||||
bash
|
bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user