Set max-concurrent-downloads to 1 to prevent timeouts

This commit is contained in:
Donal McBreen
2023-05-22 14:49:04 +01:00
parent 5ab630cb03
commit 0bc1fbfb74
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
dockerd &
dockerd --max-concurrent-downloads 1 &
exec sleep infinity

View File

@@ -4,6 +4,6 @@ while [ ! -f /root/.ssh/authorized_keys ]; do echo "Waiting for ssh keys"; sleep
service ssh restart
dockerd &
dockerd --max-concurrent-downloads 1 &
exec sleep infinity