Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 561 Bytes

File metadata and controls

28 lines (18 loc) · 561 Bytes

What's this?

IDE in a container. Using https://github.com/FriendCode/codebox.

How to build the container

vagrant up

If you already have a working Docker installation, simply run:

docker run -p 8000:8000 -v /vagrant:/vagrant jeromebaum/codebox run /vagrant --open

How to run codebox IDE

vagrant ssh
docker run -p :8000:8000 -v /vagrant:/vagrant codebox run /vagrant --open

On the host machine (host of vagrant) open browser to 192.168.33.10:8000.

TODO:

Try to code a real project with this container.