新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM nginx:1.21-alpine
|
||||
COPY html/ /usr/share/nginx/html/
|
||||
@@ -0,0 +1,2 @@
|
||||
# hello-diamol-web
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>
|
||||
Hello from Chapter 2!
|
||||
</h1>
|
||||
<h2>
|
||||
This is
|
||||
<a
|
||||
href="https://www.manning.com/books/learn-kubernetes-in-a-month-of-lunches"
|
||||
>Learn Kubernetes in a Month of Lunches</a
|
||||
>.
|
||||
</h2>
|
||||
<h3>By <a href="https://blog.sixeyed.com">Elton Stoneman</a>.</h3>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user