1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 12:28:43 +00:00
Files
operating-system/enter.sh
2018-01-03 10:38:37 -08:00

4 lines
105 B
Bash
Executable File

#!/bin/bash
docker build -t hassbuildroot -f Dockerfile.vm .
docker run -it --rm hassbuildroot /bin/bash