This repository contains guides for developing minimal starter apps in the following language/environments:
- Python Flask
- C# ASP .net core
- Java JSP Maven
- Java Thorntail Maven
- Express NodeJS
- C++ Gradle gcc
- Wildfly application server
- React
- django
Each subdirectory in this project contains a Dockerfile for building a docker image after following each example.
For the examples:
- In the event of port conflicts, use different ports to those specified in the examples.
- If using git bash for windows (MINIGW64), you may need to use
//
instead of/
in the workdir parameter (-w
) and prefix docker commands withwinpty
. - If using Chrome and you received the error
ERR_UNSAFE_PORT
, use a different port.