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_1.10.txt

9 lines
233 B
Text
Raw Normal View History

2023-03-13 21:37:15 +02:00
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":"/"}