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.3.txt
2023-03-13 13:09:57 +02:00

16 lines
696 B
Text

[devops@devops part1]$ docker run -d -it devopsdockeruh/simple-web-service:ubuntu
[devops@devops part1]$ docker exec -it gifted_boyd bash
root@b9703c4c7c48:/usr/src/app# tail -f ./text.log
Secret message is: 'You can find the source code here: https://github.com/docker-hy'
2023-03-13 11:04:51 +0000 UTC
2023-03-13 11:04:53 +0000 UTC
2023-03-13 11:04:55 +0000 UTC
2023-03-13 11:04:57 +0000 UTC
2023-03-13 11:04:59 +0000 UTC
Secret message is: 'You can find the source code here: https://github.com/docker-hy'
2023-03-13 11:05:01 +0000 UTC
2023-03-13 11:05:03 +0000 UTC
2023-03-13 11:05:05 +0000 UTC
2023-03-13 11:05:07 +0000 UTC
2023-03-13 11:05:09 +0000 UTC
root@b9703c4c7c48:/usr/src/app# exit