1
0
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin
2022-01-08 23:55:35 +01:00
parent 30dbc29659
commit 1bfed12966
3 changed files with 13 additions and 9 deletions

View File

@@ -80,6 +80,6 @@ docker build -t demo .
#systemctl restart nginx
title.print "Starting demo container"
docker run -d -p 127.0.0.2:8080:8080 -p 127.0.0.2:2222:22 --name demo demo
docker run -d --rm -p 127.0.0.2:8080:8080 -p 127.0.0.2:2222:22 --name demo demo
title.print "Done"