Exercise 1.5
This commit is contained in:
parent
d59652ca67
commit
936da27d8b
1 changed files with 10 additions and 0 deletions
10
part1/exercise_1.5.txt
Normal file
10
part1/exercise_1.5.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
Image sizes:
|
||||
Ubuntu - 83MB
|
||||
Alpine - 15.7MB
|
||||
|
||||
[devops@devops part1]$ docker run -d -it devopsdockeruh/simple-web-service:alpine
|
||||
[devops@devops part1]$ docker exec -it modest_curie sh
|
||||
/usr/src/app # tail -f text.log
|
||||
2023-03-13 11:54:03 +0000 UTC
|
||||
2023-03-13 11:54:05 +0000 UTC
|
||||
Secret message is: 'You can find the source code here: https://github.com/docker-hy'
|
Reference in a new issue