Displaying 1 result from an estimated 1 matches for "2eio".
Did you mean:
2eco
2020 Jul 11
2
nbdkit / exposing disk images in containers
...ice=3Dregistry.d=
ocker.io&scope=3Drepository:$image:pull" \=0A| jq -r '.token' \=0A)"=0Aecho=
TOKEN=3D$TOKEN=0A=0ABLOBSUM=3D\=0A"$(curl \=0A--silent \=0A--request 'GET'=
\=0A--header "Authorization: Bearer $TOKEN" \=0A"https://registry-1.docker=
=2Eio/v2/$image/manifests/latest" \=0A| jq -r '.fsLayers[].blobSum'=0A)"=0A=
echo BLOBSUM=3D$BLOBSUM=0A=0AURL=3D"https://registry-1.docker.io/v2/$image/=
blobs/$BLOBSUM"=0A=0A# Run nbdkit.=0A$nbdkit -f -v \=0A curl "$URL" =
header=3D"Authorization: Bearer...