Try this exercise. Click the correct answer from the options.
Which of the following is NOT a step in building a Docker image using a Dockerfile?
Click the option that best answers the question.
- Set the base image
- Copy application source code
- Install dependencies
- Expose a port
- Run the application