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. docker - How to restart Portainer on Ubuntu? - Stack Overflow

    Jun 16, 2022 · I am on Ubuntu 22 have just installed Docker and Portainer, when I try to access it via IP:9000, I get a timeout message: "New Portainer installation Your Portainer instance timed out for …

  3. Login into Portainer using Github Actions Pipeline

    Jan 22, 2025 · I'm facing an issue while deploying a docker image using portainer on EC2 instance. In my pipeline my last step is login into portainer update the image in the specific container. name: …

  4. 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 …

  5. Accessing the Portainer web UI via HTTPS on port 9443 using Traefik

    Dec 27, 2023 · I would like to be able to access the Portainer web UI through Traefik (eventually with something like Teleport for better authentication). Below I have outlined my docker compose files for …

  6. Deploy Portainer & Portainer Agent using docker-compose?

    Nov 8, 2020 · Deploy Portainer & Portainer Agent using docker-compose? Asked 5 years, 2 months ago Modified 2 years, 7 months ago Viewed 24k times

  7. Enable HTTPS for accessing the Portainer WebUI - Stack Overflow

    Apr 10, 2023 · When I install Portainer, this is the default setup - although by default it lacks a valid SSL certificate, so you need to click 'Advanced' then 'Proceed' in chrome to see the Portainer Web UI.

  8. 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 - …

  9. 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.

  10. 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 Asked 4 years, 8 months ago Modified 8 months ago Viewed 14k times