Exercise 1.3
This commit is contained in:
parent
2446455315
commit
c464039e98
1 changed files with 16 additions and 0 deletions
16
part1/exercise_1.3.txt
Normal file
16
part1/exercise_1.3.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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
|
Reference in a new issue