CaaS HelloWorld boiler plates Go app Node app Python app Java app 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 Links KubeDebugger docker_engine.sh gist Debug containers