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.

The Docker image no longer works

See original GitHub issue

The latest images in the magicwormhole/magic-wormhole Dockerhub repository fail when run:

Failed to start container with id 02aee539b422d2114ffd1e2fd3454358dee7ed22869fad058fe4614f42665068 with error: rpc error: code = 2 desc = failed to start container “02aee539b422d2114ffd1e2fd3454358dee7ed22869fad058fe4614f42665068”: Error response from daemon: {“message”:“invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/app/env/bin/wormhole-server\\\": stat /app/env/bin/wormhole-server: no such file or directory\"\n"”}

This is presumably due to the removal of wormhole-server to a separate package (in 0.10.4 I think).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
taigrrcommented, Aug 29, 2018

I use docker for client side apps because it’s sometimes nice to not need to install a ton of dependencies on my system, especially for me because python packages and pacman don’t play very nicely together. Instead I’ll just spin up docker, follow the installation instructions in there and all’s (usually) good to go. Then when I uninstall it or migrate to a new machine I don’t have to deal with dependency hell.

If I get time before this issue is resolved I’ll take a stab at it. Maybe make two: one for client, one for server.

0reactions
Lomaniccommented, May 17, 2022

The docker hub image, though massively outdated I assume, is still functional as a wormhole client with the following example

docker run -it --rm --entrypoint=/app/env/bin/wormhole -v "$PWD:/tmp/wormhole" -w /tmp/wormhole magicwormhole/magic-wormhole send filetosend.txt
Read more comments on GitHub >

github_iconTop Results From Across the Web

docker image not working or running properly - Stack Overflow
Show activity on this post. The container isn't running. All the means is that it exited. When the container is run, the entrypoint...
Read more >
Why Does My Docker Container Stop? - Tutorial Works
When you run a container image you've pulled from a registry like Docker Hub, you're launching a process. This process will, eventually, complete....
Read more >
How to Fix and Debug Docker Containers Like a Superhero
Container errors are tricky to diagnose, but some investigative magic works wonders. Read along to learn how to debug Docker containers.
Read more >
Docker build "FROM" Fails to search local images #795 - GitHub
When building containers FROM another container image I've built locally, Docker build is failing to find the image and searching externally ...
Read more >
How to Debug and Fix Common Docker Issues - DigitalOcean
As expected, the container is no longer listed: ... you may encounter when working with Docker containers, from building images to deploying ...
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