microsoft / vscode-remote-try-cpp

C++ sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
188 stars 150 forks source link

Feature: Adding Alpine based development container #4

Closed kmehant closed 5 years ago

kmehant commented 5 years ago

Context

Presently we have a Debian based development container. Using Alpine Linux as another choice would be great as a base image for the development container. As per the vs code remote documentation, Alpine Linux is not currently supported.

If the user is happy with alpine based commands then we can have lightweight and fastly built development containers.

I would like to be a part in implementing the Alpine Linux based vs code remote as another git repo as vscode-remote-alpine-try-cpp

kmehant commented 5 years ago

@Chuxel any thoughts about this?

Chuxel commented 5 years ago

Duplicate of https://github.com/microsoft/vscode-remote-release/issues/54