1
0
Fork 0

Exercise 1.3

This commit is contained in:
Vili Sinervä 2023-03-13 13:09:57 +02:00
parent 2446455315
commit c464039e98

16
part1/exercise_1.3.txt Normal file
View 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