Sign inSign up

icyguider/devbox

By icyguider

Updated about 2 months ago

Image for cross-platform software development. (C, C++, Golang, Rust, Nim, and Python)

Image
0

10K+

icyguider/devbox repository overview

devbox

Image for cross-platform software development. Includes necessary dependencies to create C, C++, Golang, Rust, Nim, and Python programs.

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

Tag summary

Content type

Image

Digest

sha256:0de2e7981

Size

1.5 GB

Last updated

about 2 months ago

docker pull icyguider/devbox