Skip to content

Commit

Permalink
Update Docker instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed Sep 11, 2018
1 parent 3617b3c commit 58b6605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To test locally, you need to install [docker](https://docs.docker.com/install/li
You can pull the image for this repository:

```
docker pull b-it-bots/bitbots-domestic
docker pull bitbots/bitbots-domestic:kinetic
```


Expand All @@ -70,7 +70,7 @@ docker pull b-it-bots/bitbots-domestic
To manually build this image, first cd into this repository, then:

```
docker build -t bitbots-domestic:kinetic .
docker build -t bitbots/bitbots-domestic:kinetic .
```

Expand Down

0 comments on commit 58b6605

Please sign in to comment.