Merge branch '14018-acr-set-container-properties' into main
[arvados.git] / tools / compute-images / scripts / base.sh
index b7d0d0f363b3003c06f08569e30887b8cb722ca6..e4a429da6e654616919c7b8ea646e3b4b28d4965 100644 (file)
@@ -115,7 +115,7 @@ $SUDO sed "s/ExecStart=\(.*\)/ExecStart=\1 --default-ulimit nofile=10000:10000 $
 $SUDO systemctl daemon-reload
 
 # docker should not start on boot: we restart it inside /usr/local/bin/ensure-encrypted-partitions.sh,
-# and the BootProbeCommand defaults to "docker ps -q"
+# and the BootProbeCommand might be "docker ps -q"
 $SUDO systemctl disable docker
 
 # Make sure user_allow_other is set in fuse.conf