Skip to content

Commit

Permalink
Merge pull request #4 from roboflow-ai/fix/readme-typo
Browse files Browse the repository at this point in the history
Fixed README typos
  • Loading branch information
hansent authored Nov 21, 2022
2 parents 45ba5b4 + 80089ae commit aa4d789
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
Expand Up @@ -70,14 +70,14 @@ Then, run the roboflow cli docker image interactively like so
```
# Authorize
docker run -it -v ~/.config/roboflow:/root/.config/roboflow roboflowcli:latest roboflow auth
docker run -it --rm -v ~/.config/roboflow:/root/.config/roboflow roboflowcli:latest auth
# Use the CLI as usual inside a docker container.
docker run -it -v ~/.config/roboflow:/root/.config/roboflow roboflowcli:latest roboflow project list
docker run -it --rm -v ~/.config/roboflow:/root/.config/roboflow roboflowcli:latest project list
```

Here we have mounted the roboflow credentials into the docker container. The first docker command authorizes the user and stores credentials
in the user's `$HOME/.config/roboflow` directory. These credentials are then mounted onto the docker container in subsequent runs, as shown above.

You will similarly have to mount any data directories in case you are uploading images or annotations, for example.
You will similarly have to mount any data directories in case you are uploading images or annotations, for example.

0 comments on commit aa4d789

Please sign in to comment.