The Docker image no longer works
See original GitHub issueThe 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:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
The docker hub image, though massively outdated I assume, is still functional as a wormhole client with the following example