Skip to content

Instantly share code, notes, and snippets.

@phillijw
Created January 21, 2018 00:59
Show Gist options
  • Save phillijw/904e2f965f2a249cf5cbbe7eb5e3d290 to your computer and use it in GitHub Desktop.
Save phillijw/904e2f965f2a249cf5cbbe7eb5e3d290 to your computer and use it in GitHub Desktop.
Setting up home-assistant in a docker container
docker run \
-d \
--name="home-assistant" \
-v /home/phillijw/docker/home-assistant/config:/config \
-v /etc/localtime:/etc/localtime:ro \
--net=host \
--restart always \
homeassistant/home-assistant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment