https://github.com/greyltc-org/docker-platformio
Arch Linux based docker container with platformio
https://github.com/greyltc-org/docker-platformio
docker docker-container docker-image platformio
Last synced: 10 days ago
JSON representation
Arch Linux based docker container with platformio
- Host: GitHub
- URL: https://github.com/greyltc-org/docker-platformio
- Owner: greyltc-org
- License: gpl-3.0
- Created: 2022-01-18T15:23:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-31T06:38:26.000Z (24 days ago)
- Last Synced: 2026-05-31T08:19:09.009Z (24 days ago)
- Topics: docker, docker-container, docker-image, platformio
- Language: Dockerfile
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/greyltc-org/docker-platformio/actions/workflows/build.yml)
# docker-platformio
Arch Linux based docker container with platformio
# Usage
## Basic
```bash
docker run --network=none --rm --pull=always ghcr.io/greyltc-org/platformio platformio --version
```
## Interactive
```
docker run --rm --pull=always --interactive --tty ghcr.io/greyltc-org/platformio bash
```