What it is

Sample of how to have a devcontainer environment to work with quarkus in vscode

Before Start

Make sure that there is a docker volume called dot_m2. If you need to create it, just run docker volume create dot_m2 in the host machine.