1
0
Fork 0
This repository has been archived on 2025-01-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
devops-with-docker/Part1/Exercise_10/output.txt
2023-03-15 13:24:55 +02:00

8 lines
233 B
Text

Command used:
[devops@devops part1]$ docker run --rm -p 8080:8080 web-server
I then connected to http://devops:8080/ with Firefox from another machine and received:
{"message":"You connected to the following path: /","path":"/"}