Skip to content

Commit

Permalink
Ensure docker dir is exist
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx committed Jul 25, 2022
1 parent 0d78c41 commit 85b3831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gladys/00-docker-install/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ echo Patching certs...
c_rehash /etc/ssl/certs
EOF

mkdir -p "${ROOTFS_DIR}/etc/docker"
install -m 755 files/daemon.json "${ROOTFS_DIR}/etc/docker/"

on_chroot <<EOF
Expand Down

0 comments on commit 85b3831

Please sign in to comment.