Sign inSign up

msmiley/cloud9-armhf

By msmiley

Updated over 9 years ago

Base Cloud9 image for ARMv6

Image
0

223

msmiley/cloud9-armhf repository overview

Minimal Cloud9 Docker Image for ARMv6 devices

This image is meant to be used as a base for other images which customize for particular dev environment. (node.js, go, etc)

It is usable for python2.7 and basic C/C++ development since those are requirements for building/installing the Cloud9 IDE.

Run the container with defaults

docker run -d --restart=always --name cloud9-dev -p 8080:8080 msmiley/cloud9-armhf

Options

PNAT the port and modify the mounted workspace directory:

docker run -d --name cloud9-dev -v ~/my_project:/workspace -p 8888:8080 msmiley/cloud9-armhf

Add basic authentication:

docker run -d --name cloud9-dev -v ~/:/workspace -p 8080:8080 msmiley/cloud9-armhf -a user:pass

Note: the password will be easily visible to anyone in the docker group, so no valuable passwords!

Tag summary

Content type

Image

Digest

Size

251.6 MB

Last updated

over 9 years ago

docker pull msmiley/cloud9-armhf