Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.32 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.32 KB

Vscode Remote Development Containers: Quarkus

This repo contains several vscode devcontainers for Quarkus in order to start right away without any additional installations. On your workstation you only need:

Clone the branch of your choice and choose from vscode command palette Remote container: Open Folder in container...

branches

branch Details
2.9.2.Final-java17-plain Quarkus 2.9.2, java17, native-image 21.3.2.0-1b5 Mandrel Distribution.

devcontainer user

In order to avoid permission issues you must use existing UID and GID from your host machine. The dockerfile assumes 1000 for the user and 1001 for docker group. (We assume that you are using docker without sudo.) However, this can be different on your machine, please adjust accordingly.