Created
June 28, 2023 21:59
-
-
Save lovemycodesnippets/b30664eb1f8385cac375d18689f8ea51 to your computer and use it in GitHub Desktop.
From Jack Wallen's TNS post "How to Share Data Between Two Docker Containers" (2023-07-01)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>TNS Docker Tutorial Part Deux</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Hello, The New Stack!</h1> | |
| <p>You've just deployed a second Docker NGINX container. Huzza.</p> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment