You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# hello-container
2
2
3
-
Simple container for testing and demonstrating container and pod networking.
3
+
Simple container for testing and demonstrating
4
+
5
+
- container and pod networking, and
6
+
- (rolling) deployment updates.
7
+
8
+
The container runs an nginx server that (from the `/` root route) returns either HTML or TXT response with `Hello! 👋` message as well as containers hostname and address.
0 commit comments