QuestionQ95
Container and Container OrchestrationTo avoid creating too many layers, you can execute multiple commands after the RUN instruction in a Dockerfile, separating them with two consecutive ampersands (&&).
- A TRUE
- B FALSE
To avoid creating too many layers, you can execute multiple commands after the RUN instruction in a Dockerfile, separating them with two consecutive ampersands (&&).
Community Discussion