Skip to content

Commit

Permalink
Fix registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
piky committed Sep 14, 2021
1 parent b199a09 commit 66e19db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker-whale
# simple-whale

Build me: `docker build -t $DOCKER_ID/whale-example .`
Build me: `docker build -t $DOCKER_ID/simplewhale .`

Run me : `docker run -p 80:80 $DOCKER_ID/whale-example`
Run me : `docker run -p 80:80 $DOCKER_ID/simplewhale`

0 comments on commit 66e19db

Please sign in to comment.