Development Containers (CAP): Unterschied zwischen den Versionen

Aus MattWiki
(Die Seite wurde neu angelegt: „== Docker Desktop == == WSL2 / Windows Subsystem for Linux == For installation and management of WSL see Windows Subsystem For Linux (WSL) Kategorie:Development“)
 
Zeile 1: Zeile 1:
== Docker Desktop ==
== Docker Desktop ==
This following approach is based on: https://containers.dev/
=== Requirements ===
Local installation of Docker Desktop.
=== Configuration ===
Create a subfolder .devcontainer with the following files
.devcontainer
|-- Dockerfile
`-- devcontainer.json
Contents of
=== Souces / Further Informations ===
https://qmacro.org/blog/posts/2024/01/15/developing-cap-in-containers-three-ways/


== WSL2 / Windows Subsystem for Linux ==
== WSL2 / Windows Subsystem for Linux ==
For installation and management of WSL see [[Windows Subsystem For Linux (WSL)]]
For installation and management of WSL see [[Windows Subsystem For Linux (WSL)]]
[[Kategorie:Development]]
[[Kategorie:Development]]

Version vom 18. August 2024, 18:45 Uhr

Docker Desktop

This following approach is based on: https://containers.dev/

Requirements

Local installation of Docker Desktop.

Configuration

Create a subfolder .devcontainer with the following files

.devcontainer
|-- Dockerfile
`-- devcontainer.json

Contents of

Souces / Further Informations

https://qmacro.org/blog/posts/2024/01/15/developing-cap-in-containers-three-ways/


WSL2 / Windows Subsystem for Linux

For installation and management of WSL see Windows Subsystem For Linux (WSL)