1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00
Files
operating-system/scripts/enter.sh
Pascal Vizeli 29eecc89d7 Update enter.sh
2018-04-16 19:25:33 +02:00

4 lines
142 B
Bash
Executable File

#!/bin/bash
docker build -t hassbuildroot .
docker run -it --rm --privileged -v /dev/mapper:/dev/mapper -v "$(pwd):/build" hassbuildroot bash