Image for cross-platform software development. (C, C++, Golang, Rust, Nim, and Python)
10K+
Typically you would want to create a container that mounts a folder that will contain the files for all of your projects, and potentially another folder that is shared with a Windows VM. That can be done easily like so:
docker run --name devbox -it -v C:\Users\chippy\dev:/root/dev -v C:\Users\chippy\vmshare:/share icyguider/devbox
To use after container is created, simply start the container and then execute bash:
docker exec -it devbox bash
Content type
Image
Digest
sha256:0de2e7981…
Size
1.5 GB
Last updated
about 2 months ago
docker pull icyguider/devbox