mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-16 21:50:16 +01:00
e544c14d3d
* Layering hostname/hosts * Fix build * Use origin files on new overlay
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
|