mirror of
https://github.com/N0rthernL1ghts/bbk-docker.git
synced 2024-11-23 12:31:09 +01:00
Update README
This commit is contained in:
parent
e9d14cb806
commit
07b9e0085d
17
README.md
17
README.md
|
@ -9,7 +9,7 @@ This repository is not distributing a copy of the software and therefore doesn't
|
||||||
#### Docker build
|
#### Docker build
|
||||||
|
|
||||||
|
|
||||||
###### Images
|
##### Images
|
||||||
```
|
```
|
||||||
nlss/bbk-cli:latest
|
nlss/bbk-cli:latest
|
||||||
nlss/bbk-cli:1.0
|
nlss/bbk-cli:1.0
|
||||||
|
@ -17,8 +17,19 @@ nlss/bbk-cli:1.0
|
||||||
|
|
||||||
Image is tagged with software version. Image might be updated whilst version of the bundled software remains the same.
|
Image is tagged with software version. Image might be updated whilst version of the bundled software remains the same.
|
||||||
|
|
||||||
###### Supported platforms
|
##### Supported platforms
|
||||||
- linux/i386
|
- linux/i386
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/armhf
|
- linux/armhf
|
||||||
- linux/aarch64
|
- linux/aarch64
|
||||||
|
|
||||||
|
##### Running
|
||||||
|
To run bbk cli, use this command:
|
||||||
|
```
|
||||||
|
docker run --init --rm -it nlss/bbk-cli
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also supply arbitrary arguments like this:
|
||||||
|
```
|
||||||
|
docker run --init --rm -it nlss/bbk-cli --help
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user