initial commit with apps from course repo
This commit is contained in:
2
container-build/Dockerfile
Normal file
2
container-build/Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
# Use the do288-httpd-parent image as base
|
||||
FROM docker.io/rallred/do288-httpd-parent
|
||||
6
container-build/src/index.html
Normal file
6
container-build/src/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
Hello from the Apache child container!
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user