wiki:docker_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:docker_troubleshooting [2024/11/22 08:46] – [stderr: 'failed to solve: failed to compute cache key: failed to calculate checksum ... no such file or directory'] add note about .dockerignore antisa | wiki:docker_troubleshooting [2026/07/16 11:11] (current) – add network doesn't exist error antisa | ||
|---|---|---|---|
| Line 132: | Line 132: | ||
| * ansible 2.9.27 | * ansible 2.9.27 | ||
| * docker 24.0.7 | * docker 24.0.7 | ||
| + | |||
| + | |||
| + | ===== Containers lose access to internet suddenly ===== | ||
| + | Try docker version downgrade. I had issues with version 5: | ||
| + | |||
| + | ==== Tested on ==== | ||
| + | * Debian 11 | ||
| + | |||
| + | ===== docker-compose down default_network error ===== | ||
| + | Try running compose down with exact same compose files as when the containers where created so if the containers were created like this: | ||
| + | |||
| + | # docker compose -f compose.database.yml -f compose.nats.yml -f compose.yml up -d | ||
| + | |||
| + | Run this: | ||
| + | |||
| + | # docker compose -f compose.database.yml -f compose.nats.yml -f compose.yml down | ||
| + | |||
| + | A simple '' | ||
| + | |||
| + | ===== network ... does not exist ===== | ||
| + | |||
| + | <code | download> | ||
| + | 'Error starting container 433f85f4bdf20d81c2f1c5ea5732e598d5ec0b7ea40e373d2e7a04fdff1b70d3: | ||
| + | 500 Server Error for http+docker:// | ||
| + | Internal Server Error (" | ||
| + | endpoint < | ||
| + | does not exist" | ||
| + | </ | ||
| + | |||
| + | Delete the network < | ||
| + | docker network rm < | ||
| ====== See also ====== | ====== See also ====== | ||
wiki/docker_troubleshooting.1732265167.txt.gz · Last modified: by antisa
