Changes between Version 17 and Version 18 of dockerdeployment2023
- Timestamp:
- Dec 11, 2023, 11:02:59 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dockerdeployment2023
v17 v18 299 299 First, create a folder called `my-webserver` and go inside it `cd my-webserver` 300 300 301 Then create another folder inside that called website and a file called index.html within the folder websitewith any content of your choice.302 303 Create a file dockerfile with the following content within the my-webserver folder.301 Then create another folder inside that called '''website''' and a file called '''index.html''' within the folder '''website''' with any content of your choice. 302 303 Create a file named '''dockerfile''' with the following content within the '''my-webserver''' folder. (ie. my-webserver/website/index.html and my-webserver/dockerfile) 304 304 305 305 {{{