Skip to content

Commit

Permalink
docs(README): use dockerhub images
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Aug 7, 2018
1 parent 7a16dfe commit e5c3f2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ There are two micro-services in this application:

## Usage

Pull automated-build images from [DockerHub](https://hub.docker.com/r/evenchange4/calendar-todo-web/):

```shell
$ docker run --rm -it \
-p 4000:4000 \
Expand All @@ -28,7 +30,7 @@ $ docker run --rm -it \
-e "GOOGLE_CLIENT_ID=927669772833-ou0jjulc4p68dbfmfnltjqk83rgd5mtr.apps.googleusercontent.com" \
-e "GOOGLE_CLIENT_SECRET=jmn2fzU9n55PIX6FwswyWcDV" \
-e "GOOGLE_REDIRECT_URL=urn:ietf:wg:oauth:2.0:oob" \
calendar-todo/server
evenchange4/calendar-todo-server:latest
# Enter the code...

$ docker run --rm -it \
Expand All @@ -37,7 +39,7 @@ $ docker run --rm -it \
-e "PORT=4001" \
-e "DEBUG=web" \
-e "API_DOMAIN=http://localhost:4000/graphql" \
calendar-todo/web
evenchange4/calendar-todo-web:latest
```

Screenshot:
Expand Down

0 comments on commit e5c3f2d

Please sign in to comment.