Updated README.md
All checks were successful
Build & Publish / build (push) Successful in 7m41s

This commit is contained in:
Florian Kaiser 2023-07-31 11:02:35 +02:00
parent d27b063418
commit 7916bc84d6
Signed by: H4CK3R-01
SSH Key Fingerprint: SHA256:Zh0ZE/S6X5mfivz9uLnbQizfkJfEQTjL8FlWbPqhqk0

View File

@ -1,11 +1,17 @@
# Zephyr configurator
## Run
### [Optional] Build manually
```
docker build . -t git.flokaiser.com/h4ck3r-01/zephyr-configurator
```
docker build . -t zephyr-config
### Create volume and run
Creating the volume is needed due to permission problems on some systems.
```
docker volume create --driver local --name zephyr --opt type=none --opt device=$HOME/zephyrproject --opt o=uid=root,gid=root --opt o=bind
docker run -it -v zephyr:/workdir --rm zephyr-config
docker run -it -v zephyr:/workdir --rm git.flokaiser.com/h4ck3r-01/zephyr-configurator
```
## Developing