jesseduffield / jesseduffield/lazydocker

Cannot proceed until docker gives us more information about the container. Please retry in a few moments.

Open
#521 0 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
Go
Stars
52.8k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

> Cannot proceed until docker gives us more information about the container. Please retry in a few moments.

I'm getting this when viewing config for a particular container, but only when that container has been started via compose.

Any ideas?

For example, this particular container:
`running nginx 0.00% 443->443/tcp, 80->80/tcp, :::443->443/tcp`

```
nginx:
image: lscr.io/linuxserver/nginx:latest
container_name: nginx
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=US/Pacific
ports:
- "80:80"
- "443:443"
volumes:
- /titan/docker/config/nginx:/config
restart: unless-stopped
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.