mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-22 08:07:15 +00:00
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
modprobe overlayfs
|
|
docker build -t hassbuildroot .
|
|
docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash
|