Menu
Coddy logo textTech

Recap - Image Builder

Part of the Introduction to Docker section of Coddy's Terminal journey. Lesson 24 of 40.

challenge icon

Challenge

Medium

Build and run your own image end to end. Run these commands one after the other:

  1. Write a Dockerfile that is FROM debian and sets CMD ["echo", "my first image"]
  2. Build it tagged portfolio:v1
  3. Run it with no command so the CMD prints

Try it yourself

Terminal

All lessons in Introduction to Docker

Practice on your own: Terminal playground