mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-22 16:17:14 +00:00
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
modprobe overlayfs
|
|
|
|
docker build -t hassbuildroot .
|
|
docker run -it --rm --privileged -v "$(pwd):/build" -v "${CACHE_DIR:=$HOME/hassos-cache}:/cache" hassbuildroot bash
|