Changes between Version 17 and Version 18 of dockerdeployment2023


Ignore:
Timestamp:
Dec 11, 2023, 11:02:59 AM (5 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dockerdeployment2023

    v17 v18  
    299299First, create a folder called `my-webserver` and go inside it `cd my-webserver`
    300300
    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 dockerfile with the following content within the my-webserver folder.
     301Then create another folder inside that called '''website''' and a file called '''index.html''' within the folder '''website''' with any content of your choice.
     302 
     303Create a file named '''dockerfile''' with the following content within the '''my-webserver''' folder. (ie. my-webserver/website/index.html and my-webserver/dockerfile)
    304304 
    305305{{{