fix README to point to Docker hub

This commit is contained in:
Larry Price 2015-02-25 12:34:00 -05:00
parent f173621032
commit cc2107819f
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ docker build -t rosariosis .
RosarioSIS uses a Postgres database:
``` bash
$ docker create --name rosariodb postgres:9.4
$ docker run -d -p 80:80 --link rosariodb:rosariodb rosariosis
$ docker run --name rosariodb -d postgres:9.4
$ docker run -d -p 80:80 --link rosariodb:rosariodb larryprice/docker-rosario
```
Port 80 will be exposed, so you can visit `localhost` to get started. The default username is `admin` and the default password is `admin`.