Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danielb2 opened this issue Mar 21, 2024 · 0 comments

Comments

@danielb2
Copy link

danielb2 commented Mar 21, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant