Bertrand Janvoie
2 years ago
8 changed files with 18 additions and 3 deletions
@ -0,0 +1 @@ |
|||||||
|
Subproject commit a10cf5840c45b202c946de86edef6d2e7208bef4 |
@ -1,5 +1,11 @@ |
|||||||
# ROAD TO DEVOPS |
# FORMATION |
||||||
|
|
||||||
Repo centralisant les fichiers nécessaires au déroulement de l'article "RoadtoDevOps" |
## How to open each presentation? |
||||||
|
|
||||||
|
(Docker needs to be installed): |
||||||
|
' docker run --rm -p 127.0.0.1:8080:80 --name http -v $(pwd):/usr/local/apache2/htdocs:ro httpd ' |
||||||
|
|
||||||
|
## Display the presentation: |
||||||
|
|
||||||
|
In your browser points to 'http://localhost:8080' |
||||||
|
|
||||||
https://blog.noobtoroot.xyz/road-to-devops/ |
|
Loading…
Reference in new issue