1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-16 21:50:16 +01:00
Files
operating-system/scripts/enter.sh
T
Pascal Vizeli e544c14d3d Layering hostname/hosts (#5)
* Layering hostname/hosts

* Fix build

* Use origin files on new overlay
2018-04-27 18:20:06 +02:00

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