Skip to content

dejanu/CaaS

Repository files navigation

CaaS

HelloWorld boiler plates

Build images:

cd <app_dir>
docker build -t dejanu/<app>_hello:1.0 .

Start containers:

docker run -d -p 5000:5555 dejanualex/python_hello:1.0
docker run -d -p 8082:8080 dejanualex/node_hello:1.0
docker run -d -p 8083:8080 dejanualex/go_hello:1.0

Gist:

docker_engine.sh

Podman stuff:

podman pull docker.io/library/alpine:latest

Image for debugging: