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.
1 parent 3348ba9 commit 7832bd4Copy full SHA for 7832bd4
scripts.d/40_docker.sh
@@ -34,6 +34,9 @@ echo '{"experimental": "enabled"}' > ~/.docker/config.json
34
mkdir -p "$OLD/mnt/img_root/root/.docker"
35
cp ~/.docker/config.json "$OLD/mnt/img_root/root/.docker/."
36
37
+uname -m
38
+docker info
39
+
40
#for multi in "${MULTIS[@]}" ; do
41
# docker manifest inspect "$multi"
42
# name=$(echo "$multi" | cut -d ":" -f 1)
0 commit comments