question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trying to use the Docker instructions on armbian

See original GitHub issue

I tried the default files for docker-compose.yml on armbian buster and got this message after issuing sudo docker-compose up "ERROR: Named volume "HOST_SNAPCAST_TEMP:/tmp:rw" is used in service "snapserver" but no declaration was found in the volumes section."

The /tmp directory is existend. Any further advices to run the Docker setup for Iris?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jpbarilcommented, Dec 22, 2021

I recommend reading up on what these configuration values actually mean (see volume configuration reference). You need to replace the text HOST_SNAPCAST_TEMP with your path. Leave the right-hand side alone, you only need to change th left-hand side (left of :). The syntax for these rules is HOST_PATH:CONTAINER_PATH.

I think it should be clarified in instructions because I too did not understood that and I have used Docker a lot.

1reaction
jaedbcommented, Jan 5, 2020

I recommend reading up on what these configuration values actually mean (see volume configuration reference). You need to replace the text HOST_SNAPCAST_TEMP with your path. Leave the right-hand side alone, you only need to change th left-hand side (left of :). The syntax for these rules is HOST_PATH:CONTAINER_PATH.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker on armbian! - Page 4 - Armbian forum
And I'm trying that on an unsupported board (OrangePi4). Here is what I have done: sudo apt-get remove docker docker-engine docker.io containerd ...
Read more >
Install Docker Engine on Debian
To upgrade Docker Engine, follow the installation instructions, choosing the new version you want to install. Install from a package . If...
Read more >
Install Docker On Android TV Box Running Armbian - YouTube
Armbian # Docker #RaspberryPiAlternativeFull steps can be found at https://i12bretro.github.io/tutorials/0476.html 01.
Read more >
A Docker Tutorial for Beginners
Now we can run as many commands in the container as we want. ... To find out more about run , use docker...
Read more >
Install Docker Engine - Community from binaries
Instructions for installing Docker as a binary. ... If you want to try Docker or use it in a testing environment, but you're...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found