Sign inSign up

javierprovecho/docker-codebox

By javierprovecho

Updated over 10 years ago

Codebox is a web IDE developed in NodeJS. This is a dockerized version of it.

Image
6

2.9K

javierprovecho/docker-codebox repository overview

docker-codebox

Dockerfile for running Codebox Web IDE.

Simple start

docker run -P javierprovecho/docker-codebox

Then look up the port at:

docker ps | grep javierprovecho/docker-codebox

How to change the port

docker run -p 8000:8000 javierprovecho/docker-codebox

How to protect with user/password

docker run -P javierprovecho/docker-codebox -u user:pass

How to launch in Giant Swarm

swarm login
swarm up --var=user=youruser --var=pass=yourpass

Where user is your Giant Swarm username, which is needed for domain mapping, and pass is a random pass you choose. After Giant Swarm has started your app, login with your Giant Swarm username and your choosen password.

Tag summary

Content type

Image

Digest

sha256:7c5904fab

Size

204.5 MB

Last updated

over 10 years ago

docker pull javierprovecho/docker-codebox