Recap - Managing Resources
Part of the Introduction to Docker section of Coddy's Terminal journey. Lesson 32 of 40.
Challenge
EasySet up storage and networking for an app. Run these commands one after the other:
- Create a volume named
dbdata - Create a network named
appnet - List the volumes, then print a separator with
echo ---, then list the networks
Try it yourself
Terminal
All lessons in Introduction to Docker
Practice on your own: Terminal playground