Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
docker-nginx
Docker-Nginx
============

A simple Nginx image for Docker to serve static websites. It will serve anything in the directory `/var/www`.

# What is Docker?
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.


You'll need to use a `Dockerfile` to build an image with your site in it. For example, if your site is in a directory called `src/`, you could create this `Dockerfile`:

FROM orchardup/nginx
Expand Down