Re-organize submissions
This commit is contained in:
parent
1bbc819280
commit
bcf1e3361f
23 changed files with 31 additions and 44 deletions
2
part1/Exercise_08/Dockerfile
Normal file
2
part1/Exercise_08/Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM devopsdockeruh/simple-web-service:alpine
|
||||
CMD server
|
6
part1/Exercise_08/command.txt
Normal file
6
part1/Exercise_08/command.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
[devops@devops part1]$ docker run --rm web-server
|
||||
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
|
||||
|
||||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode)
|
||||
[GIN-debug] GET /*path --> server.Start.func1 (3 handlers)
|
||||
[GIN-debug] Listening and serving HTTP on :8080
|
Reference in a new issue