Update README

This commit is contained in:
Aleksandar Puharic 2022-07-09 15:49:32 +02:00
parent e9d14cb806
commit 07b9e0085d
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -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
```