bbk-docker/README.md

37 lines
1.0 KiB
Markdown
Raw Normal View History

2022-07-08 22:09:49 +02:00
# bbk-docker
Docker build of Bredbandskollen's CLI client (bbk-cli) based on Alpine Linux
2022-07-09 15:45:19 +02:00
For more information, read on [here](http://www.bredbandskollen.se/bredbandskollen-cli/) and [here](https://github.com/dotse/bbk).
[License](LICENSE) attached with this image doesn't apply to the software that is bundled in the image build.
This repository is not distributing a copy of the software and therefore doesn't include copy of the [license](https://github.com/dotse/bbk/blob/master/src/LICENSE).
#### Docker build
2022-07-09 15:49:32 +02:00
##### Images
2022-07-09 15:45:19 +02:00
```
nlss/bbk-cli:latest
nlss/bbk-cli:1.0
```
Image is tagged with software version. Image might be updated whilst version of the bundled software remains the same.
2022-07-09 15:49:32 +02:00
##### Supported platforms
2022-07-09 15:45:19 +02:00
- linux/i386
- linux/amd64
2022-07-09 16:30:56 +02:00
- linux/armhf
2022-07-09 15:49:32 +02:00
- linux/aarch64
2022-07-09 16:30:56 +02:00
Note: ARM support is questionable and untested.
2022-07-09 15:49:32 +02:00
##### 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
```