cloud9 workspace with docker
Dockerhub: stangenberg/c9-workspace
docker run --name="c9-workspace" -p 22 stangenberg/c9-workspace:latest
Make is used as build system.
make / starts normal docker build.make run / build and run the container. This uses c9-workspace as container name and automatically stops a running container with an equal name beforehand.make bash / build, run the container and start a bash prompt.make ncbuild / normal build without using the docker cache ( --no-cache ).Docker Build Reference https://docs.docker.com/reference/builder/
Content type
Image
Digest
sha256:90fff977e…
Size
618 MB
Last updated
over 10 years ago
docker pull stangenberg/c9-workspace