About 50 results
Open links in new tab
  1. docker - Portainer: Client sent an HTTP request to an HTTPS server ...

    Jun 11, 2022 · I had the same problem with Portainer 2.13.1 behind an Apache2 proxy. I solved it by running the image with the option enabling port 9000 which is Portainer's HTTP port.

  2. Portainer server unable to connect with any Portainer agents

    Jan 8, 2024 · The Portainer server for some reason is simply failing to communicate with the agents. The server and the agents are running Version 2.19.4. Has anyone else seen this problem??? Can …

  3. Portainer - how to specify SSL in docker-compose.yml?

    I'm trying to deploy an instance of Portainer to a docker swarm. I'm not sure how to set the correct flag to enable SSL. From the docs: $ docker run -d -p 443:9000 --name portainer --restart alw...

  4. Portainer Edge Job - Schedule an Existing Container to Run

    Dec 27, 2023 · Looking for a basic "how to schedule a container" via Portainer.. Tons of fantastic documentation, but nothing that really helps with how to perform a basic task like this. I …

  5. portainer keycloak 20 oauth login "unauthorized" / "Unable to login via ...

    Jan 22, 2023 · In my case I was running both Keycloak and Portainer in the same Kubernetes cluster and I hadn't configured CoreDNS to use my upstream DNS server correctly. Starting Portainer with - …

  6. docker - Why is Portainer ignoring my certificate even though I have ...

    Nov 5, 2021 · I have Portainer CE 2.9.2 running in a docker container. I'm starting it with the --sslcert and --sslkey options to specify my own certificate, but the browser keeps showing the built-in certificate,

  7. How to fix Docker: Permission denied - Stack Overflow

    Feb 24, 2018 · 1 I ran into a similar problem as well, but where the container I wanted to create needed to mount /var/run/docker.sock as a volume (Portainer Agent), while running it all under a different …

  8. Portainer: Got permission denied while trying to connect to the Docker ...

    Mar 19, 2011 · If it is a SELinux issue, try first to follow portainer/portainer issue 849 Correct way is to add :z to the volume mapping, so you're not defeating the purpose of docker.

  9. Portainer - how to add local path to a volume in docker compose

    May 10, 2021 · Portainer - how to add local path to a volume in docker compose Ask Question Asked 4 years, 10 months ago Modified 10 months ago

  10. docker - Portainer create new volume - Stack Overflow

    Jun 7, 2018 · I would like create new volume in Portainer. So, in Volumnes page and Create Volume, i want add my /media/USBNAS to /media container folder : Driver options name : /media/USBNAS …