Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleCreate a docker network
docker network create test_network

Then cd .. and run the following command.

...