diff --git a/part1/exercise_1.3.txt b/part1/exercise_1.3.txt new file mode 100644 index 0000000..f08feb9 --- /dev/null +++ b/part1/exercise_1.3.txt @@ -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