acsdev / sample-devcontainer-quarkus-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 99.1%Language:Dockerfile 0.5%Language:Java 0.4%