Skip to content

Commit

Permalink
Merge pull request #19 from camphor-/fix/docker-image-link
Browse files Browse the repository at this point in the history
Dockerイメージへのリンクが間違っていたので修正
  • Loading branch information
tomoyat1 authored Mar 31, 2019
2 parents 5f45821 + eec332b commit c943e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ bundle install --path vendor/bundle
$ cat feeds.toml | bundle exec ruby crawl.rb | bundle exec ruby generate.rb > dist/feeds.json
```

#### With [docker image](https://cloud.docker.com/u/camphor/repository/docker/camphor/feeds)
#### With [docker image](https://hub.docker.com/r/camphor/feeds)
```
$ docker run \
-v $PWD/feeds.toml:/apps/feeds.toml:ro \
Expand Down

0 comments on commit c943e40

Please sign in to comment.