mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove extra --rm
PiperOrigin-RevId: 272324038
This commit is contained in:
committed by
gVisor bot
parent
29207cef14
commit
03ce4dd86c
+1
-1
@@ -58,7 +58,7 @@ if [[ ${REFRESH} -eq 0 ]]; then
|
||||
echo
|
||||
echo "Runtimes ${RUNTIME} and ${RUNTIME}-d (debug enabled) setup."
|
||||
echo "Use --runtime="${RUNTIME}" with your Docker command."
|
||||
echo " docker run --rm --runtime="${RUNTIME}" --rm hello-world"
|
||||
echo " docker run --rm --runtime="${RUNTIME}" hello-world"
|
||||
echo
|
||||
echo "If you rebuild, use $0 --refresh."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user