Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dev Container support for local development in VSCode #67

Closed
jurabek opened this issue Sep 17, 2020 · 2 comments
Closed

Add Dev Container support for local development in VSCode #67

jurabek opened this issue Sep 17, 2020 · 2 comments

Comments

@jurabek
Copy link
Member

jurabek commented Sep 17, 2020

Problem

Since this app supports multiple languages and frameworks, it is very hard to configure all those environments therefore we need to support setup development env more easily

Solution

As the main solution becomes, VSCodes dev container feature, which allows us to develop inside the docker containers.

System requirements

  • Windows: Docker Desktop 2.0+ on Windows 10 Pro/Enterprise. Windows 10 Home (2004+) requires Docker Desktop 2.3+ and the WSL 2 back-end. (Docker Toolbox is not supported. Windows container images are not supported.)
  • macOS: Docker Desktop 2.0+.
  • Linux: Docker CE/EE 18.06+ and Docker Compose 1.21+. (The Ubuntu snap package is not supported.)
@jurabek
Copy link
Member Author

jurabek commented Sep 20, 2020

At the moment vs code does not support multi-project dev in containers, #1460

@jurabek
Copy link
Member Author

jurabek commented Mar 26, 2023

gitpod added as an alternative

@jurabek jurabek closed this as completed Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant