Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lovemycodesnippets/b30664eb1f8385cac375d18689f8ea51 to your computer and use it in GitHub Desktop.

Select an option

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)
<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