Skip to content

Commit

Permalink
Updated readme for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ingenieroariel committed Aug 22, 2016
1 parent 22ea7c8 commit 6f9541c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,27 @@ Docker Usage
If you want to use Docker you can now::

# build the docker container
docker build -t geonode .
docker-compose build

# run the docker container
docker run -d -p 8111:8000 -p 8181:8080 geonode
docker-compose up

Or if you use fig::
# turn it off
docker-compose down

Or if you want to use the provided Makefile::

# build the container
fig build
make build

# run the container
fig up
make up

# create database
make sync

# pull latest images
make pull

openSUSE
--------
Expand Down

0 comments on commit 6f9541c

Please sign in to comment.