Skip to content

forty9ten/docker-codebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages