https://github.com/rubdos/docker-wpantund
https://github.com/rubdos/docker-wpantund
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubdos/docker-wpantund
- Owner: rubdos
- Created: 2023-03-03T10:56:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T14:11:40.000Z (over 3 years ago)
- Last Synced: 2025-07-01T07:13:03.838Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```