How many layers?
How many layers does the nginx:1.27-alpine
Docker image have?
Use the jq
command jq '.[0] | .RootFS.Layers | length'
AND the appropriate docker
command to determine the answer. The nginx:1.27-alpine
image has already been pulled to the local cache for you.
Este ejercicio forma parte del curso
Intermediate Docker
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
