17 lines
696 B
Text
17 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
|