Skip to content

Docker for development -- a rapid, scalable testing environment with capacity to run anywhere.

Notifications You must be signed in to change notification settings

BDGL-Hacks/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

For a novice hacker, its easy to get overwhelmed by the complexities of building and deploying a web app -- especially in a crowded hackathon venue with poor internet access. Maroon started as a way to test server deployments without an internet connection using Docker, but the project quickly grew into a platform for collaborative programming in a cloud-like environment. Maroon allows users to deploy pre-built docker containers and easy server management across many instances.

Web App Features

  • List running docker instances (public ip addresses)
  • Create new docker (download the docker file)
  • Let user create/modify docker files and store them on our servers (itegreate with git)

Docker Features

  • Be able to push code to docker running on some else's computer
  • Able to access (send/recieve http requests) from docker on someone else's computers

Hackathon Features

  • Everything connects to one computer through private network (w/o public internet)
    • Proxy in to the first docker container so all on the same LAN

About

Docker for development -- a rapid, scalable testing environment with capacity to run anywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published