mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-20 15:17:15 +00:00
8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Run dockerd
|
|
dockerd -s vfs &> /dev/null &
|
|
|
|
exec bash
|