No Description

Fabian Peter Hammerle 01e49ae05e add labels org.opencontainers.image.{source,title,revision} 2 years ago
Dockerfile 01e49ae05e add labels org.opencontainers.image.{source,title,revision} 2 years ago
Makefile 01e49ae05e add labels org.opencontainers.image.{source,title,revision} 2 years ago
README.md f9fe754d19 switch to non-root user 2 years ago

README.md

$ podman build --format docker -t toit .
# host network for redirect back after login at
# https://auth.toit.io/oauth/authorize?[...]?redirect_uri=http://localhost/[...]
$ podman run --rm -it -v toit_home:/home/toit \
    --network host toit \
    toit device info
$ podman run --rm -it -v toit_home:/home/toit \
    --device /dev/ttyUSB0:/dev/ttyUSB0 --group-add keep-groups toit \
    toit serial monitor