Editing a Dockerfile
Let's get familiar with the RUN instruction.
We've created a Dockerfile for you. You can look at its content using cat Dockerfile
or using nano
. Like before, the Dockerfile already has a FROM instruction, but you'll be adding a RUN command this time.
This exercise is part of the course
Introduction to Docker
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
