An open API service indexing awesome lists of open source software.

https://github.com/rubdos/docker-wpantund


https://github.com/rubdos/docker-wpantund

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker image for wpantund

```sh
docker pull rubdos/wpantund
```

Config files are mounted in `/etc/wpantund/` instead of `/etc/` directly.

## Building

```
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 -t rubdos/wpantund:latest --push .
```