Skip to content

Commit

Permalink
fix docker cmd example so it works properly on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Nov 16, 2023
1 parent e7c3225 commit 8a17970
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 @@ -148,7 +148,7 @@ docker run --rm -v b2:/root backblazeit/b2:latest list-buckets # remember to in
When uploading a single file, data can be passed to the container via a pipe:

```bash
cat source_file.txt | docker run --rm -v b2:/root backblazeit/b2:latest upload-unbound-stream bucket_name - target_file_name
cat source_file.txt | docker run -i --rm -v b2:/root backblazeit/b2:latest upload-unbound-stream bucket_name - target_file_name
```

or by mounting local files in the docker container:
Expand Down

0 comments on commit 8a17970

Please sign in to comment.