Skip to content

danielstopp/docker-web-framework-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Example Apps That Demonstrate How to Use Docker with Your Favorite Web Frameworks

But aren't there a million tutorials out there that do this already?

Yes, but a lot of those tutorials are outdated and there's no quality control. Some might be great, but others may contain questionable decisions. This repo will attempt to stay on the bleeding edge for both Docker and web framework versions, and since it's open source, we can all contribute our best practices together.

Goals

  • Be as minimal as possible without compromising readability
  • Be as fast as possible for build times without compromising readability
  • Deal with development and production app configuration in a reasonable way
  • Remain updated to take advantage of the latest and greatest Docker / app features

Getting Started

Each framework and language has their own folder. As time goes on, more examples will be added.

1. Do You Have Docker and Docker Compose Installed?

It's expected that you already have Docker and Docker Compose installed. If not, head over to Docker's website and install a version of Docker for your operating system of choice.

2. Clone This Repo

git clone https://github.com/nickjj/docker-web-framework-examples
cd docker-web-framework-examples

You'll find a README.md file in each folder with specific instructions and notes for that framework / language.

Supported Frameworks / Languages

This list is ever growing, so if you don't see your web framework of choice, open a PR.

Contributing

Whether you're fixing a bug, improving an existing app or creating a new example app, your efforts are very much appreciated! Check out the contributing documentation.

About

Example apps that demonstate how to use Docker with your favorite web frameworks.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 38.3%
  • Elixir 37.3%
  • HTML 11.7%
  • JavaScript 7.4%
  • Dockerfile 2.8%
  • Python 1.5%
  • CSS 1.0%