Update enter.sh

This commit is contained in:
Pascal Vizeli 2018-04-15 16:38:20 +02:00 committed by GitHub
parent 0edb48a2bf
commit 6f44ee6d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
docker build -t hassbuildroot . docker build -t hassbuildroot .
docker run -it --rm -v "$(pwd):/build" hassbuildroot /bin/bash docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash