first row
This commit is contained in:
10
nginx/htdocs/index.html
Normal file
10
nginx/htdocs/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Docker Nginx</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Hello from Nginx container of notebook26</h2>
|
||||
</body>
|
||||
</html>
|
||||
5
nginx/images_commands
Normal file
5
nginx/images_commands
Normal file
@@ -0,0 +1,5 @@
|
||||
# images
|
||||
docker image inspect --format='{{.Os}}' nginx
|
||||
# container
|
||||
docker container inspect --format='{{.Platform}}' nginx
|
||||
linux
|
||||
Reference in New Issue
Block a user