Docking tutorial
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
# Dockerfile za NUKS
|
||||
|
||||
FROM alpine
|
||||
CMD [ "echo", "Hello!" ]
|
||||
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
services:
|
||||
webserver:
|
||||
image: nginx
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- SIPOREX=cegli
|
||||
web:
|
||||
image: alpine
|
||||
Reference in New Issue
Block a user