Skip to content

Commit bbc060a

Browse files
committed
added readme
1 parent f4d51c9 commit bbc060a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Docker Nginx Static
2+
===============
3+
4+
> Build a docker image that serves static content with Nginx
5+
6+
7+
## Requirements
8+
9+
- [boot2docker](http://boot2docker.io) (not required for Linux)
10+
- a [docker hub](http://hub.docker.com) account
11+
12+
## Building & running your image
13+
14+
- `docker build -t youruser/yourproject .`
15+
- `docker run -d -p 80:80 --name project youruserName/yourproject`

0 commit comments

Comments
 (0)