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

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

Awesome Lists containing this project

README

          

[![CI](https://github.com/greyltc-org/docker-platformio/actions/workflows/build.yml/badge.svg)](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
```