microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

Arch linux dev container #1666

Open AsafFisher opened 1 year ago

AsafFisher commented 1 year ago

Hey, I hate debian 😄 How can I make an arch rust devcontainer for my github codespace?

paul-f-maxson commented 1 year ago

I have the same question. I want this so I can run archiso in codespaces.

paul-f-maxson commented 1 year ago

I feel like you should just be able to copy the debian container and modify it slightly to make it work with arch, but I don't think I have the skills for that kind of project

IgnisDa commented 1 year ago

Hey @paul-f-maxson @AsafFisher you can use my configuration https://github.com/IgnisDa/codefarem/blob/main/.devcontainer/Dockerfile

Here is the base image if you want to make some changes: https://github.com/IgnisDa/developrs/blob/main/docker/Dockerfile