From 7d9cbde151d11e2aef1f35aed489a75bace92f64 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Wed, 22 Feb 2023 00:14:01 +0400 Subject: [PATCH] Update 'start_daemon.sh' --- start_daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_daemon.sh b/start_daemon.sh index 552202e..713364e 100755 --- a/start_daemon.sh +++ b/start_daemon.sh @@ -1,4 +1,4 @@ #!/bin/bash CURDIRNAME=${PWD##*/} -docker run --name ${USER}_${CURDIRNAME} -d --gpus all -p 8888:8888 -v $(pwd):/wd ${USER}_${CURDIRNAME} +docker run --name ${USER}_${CURDIRNAME} -d --gpus all -p 8888:8888 -v $(pwd):/wd --name ${USER}_${CURDIRNAME} ${USER}_${CURDIRNAME} \ No newline at end of file