We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f4dd38 + c91d9fe commit 52f5173Copy full SHA for 52f5173
images/bootstrap/runner.sh
@@ -46,7 +46,8 @@ if [[ "${DOCKER_IN_DOCKER_ENABLED}" == "true" ]]; then
46
export CDI_IN_DOCKER_ENABLED=${CDI_IN_DOCKER_ENABLED:-false}
47
if [[ "${CDI_IN_DOCKER_ENABLED}" == "true" ]]; then
48
echo "Enabling CDI for Docker."
49
- cat /etc/docker/daemon.json <<EOF
+ mkdir -p /etc/docker/
50
+ cat >/etc/docker/daemon.json <<EOF
51
{
52
"features": {
53
"cdi": true
0 commit comments