Menu
Coddy logo textTech

Recap - Managing Resources

Part of the Introduction to Docker section of Coddy's Terminal journey — lesson 32 of 40.

challenge icon

Challenge

Easy

Set up storage and networking for an app. Run these commands one after the other:

  1. Create a volume named dbdata
  2. Create a network named appnet
  3. List the volumes, then print a separator with echo ---, then list the networks

Try it yourself

Terminal

All lessons in Introduction to Docker