Sign inSign up

willko/codebox

By willko

Updated almost 11 years ago

Nice container for running simple command line code projects in c, c++, nodejs etc.

Image
0

10K+

willko/codebox repository overview

Note: The below details were pulled from the git source repo (scripts can be found there).

Docker Codebox

Note: For a vagrant/ansible version see v32 or v64 branches of this repo.

Use Codebox

===

Build the image

./build.sh

Run the image

./start.sh

===

About Codebox

The build.sh command will take quite a long time to get everything setup, this should only have to be ran once. Running the codebox with ./start.sh after that should be almost instant everytime (which starts a clean instance of codebox). Any data in the workspace folder will be available through the ~/workspace folder on the codebox instance. Any data outside the ~/workspace folder in the codebox instance will NOT be saved when you exit the instance. This includes any installed programs or configured settings. You might want to look into tweaking the Dockerfile if you need a new program available everytime you wish to use the codebox (editing the Dockerfile will require running ./build.sh again).

Tag summary

Content type

Image

Digest

sha256:8b7b200fe

Size

415.7 MB

Last updated

almost 11 years ago

docker pull willko/codebox