Verifying Docker install #1057
meierthomas
started this conversation in
General
Replies: 2 comments 7 replies
-
You should see the container listed when running |
Beta Was this translation helpful? Give feedback.
7 replies
-
That helped me. Thank you
meierthomas ***@***.***> schrieb am Fr., 7. Mai 2021, 08:05:
… This is what I ended up with for the container to start up
volumes:
- /etc/localtime:/etc/localtime:ro
- /home/config/config.yml:/config/config.yml:ro
- /home/frigate:/home/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1057 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS4H2E3ZVF2MZG7MAQ7KV73TMN7LXANCNFSM44DXTGAA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used the Docker install on a Pine64 running DietPI using the docker compose option. I created the file
docker-compose.yml
from the template provided and randocker-compose up -d
from the same directory thedocker-compose.yml
is in. Everything went as expected as far as I can tell.Next step was to setup the custom component in Home Assistant. When trying to install the Frigate integration I specify the host as
http://<IP address of Pine64>:5000
and get an errorUnable to connect to Frigate
.How can I verify the Docker installation and that Frigate is actually running on the Pine64?
On a related question if I need to make changes to the docker-compose file can I simply re-run the
docker-compose
command?Beta Was this translation helpful? Give feedback.
All reactions