Merge pull request #334 from docker/exit-netshoot-container

Add instruction to exit out of the netshoot container when done
This commit is contained in:
Michael Irwin 2022-12-14 11:06:46 -05:00 committed by GitHub
commit 0d954877e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,8 @@ which ships with a _lot_ of tools that are useful for troubleshooting or debuggi
What this means is... our app only simply needs to connect to a host named `mysql` and it'll talk to the
database! It doesn't get much simpler than that!
When you're done, run `exit` to close out of the container.
## Running our App with MySQL