vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

Arch linux dev container

Open AsafFisher opened this issue 3 years ago • 3 comments
trafficstars

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

AsafFisher avatar Oct 15 '22 10:10 AsafFisher

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

paul-f-maxson avatar Oct 26 '22 06:10 paul-f-maxson

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

paul-f-maxson avatar Oct 26 '22 06:10 paul-f-maxson

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

IgnisDa avatar Jan 18 '23 02:01 IgnisDa