How to access portainer?
- gofireworks
- Thread is Unresolved
-
-
-
Have you got the firewall running? Check in the LE configuration addon that it's not blocking access.
-
There aren't any logs for docker doing this, unfortunately
-
Disable the addon, wait 30 seconds, reenable and then check with that command.
You can add "-f" to the end to watch them live
-
Disable the addon, wait 30 seconds, reenable and then check with that command.
You can add "-f" to the end to watch them live
I've got logs this time, I put them at this pastebin instead of here. It seems like a file is not created that should be created (line 8 of logs). Can I make the file manually, or is it something that docker has to do on its own?
-
What device is this on?
-
-
i have same issue on rpi3 libreelec 9.1
heres what comand says
CodeMay 21 23:52:09 LibreELEC systemd[1]: Started docker.linuxserver.portainer container. May 21 23:52:13 LibreELEC sh[747]: docker: Error response from daemon: driver failed programming external connectivity on endpoint portainer (6fe60690b6e31eeb0860e8e8af May 21 23:52:13 LibreELEC systemd[1]: docker.linuxserver.portainer.service: Main process exited, code=exited, status=125/n/a May 21 23:52:13 LibreELEC systemd[1]: docker.linuxserver.portainer.service: Failed with result 'exit-code'. May 21 23:52:23 LibreELEC systemd[1]: docker.linuxserver.portainer.service: Service RestartSec=10s expired, scheduling restart. May 21 23:52:23 LibreELEC systemd[1]: docker.linuxserver.portainer.service: Scheduled restart job, restart counter is at 1.
-
I'll test this on my end once I get my pi back from the other project it's been working on
-
I'll test this on my end once I get my pi back from the other project it's been working on
ok thanks
-
I'm using libreelec 9.2.1 on an rpi4 and I hit install on the portainer addon and it pulls the image and starts the container with no issues
Code
Display More-- Logs begin at Thu 2019-04-11 12:28:36 EDT, end at Sat 2020-05-23 12:46:11 EDT. -- May 23 12:40:13 LibreELEC systemd[1]: Started docker.linuxserver.portainer container. May 23 12:40:14 LibreELEC sh[1152]: Unable to find image 'portainer/portainer:latest' locally May 23 12:40:14 LibreELEC sh[1152]: latest: Pulling from portainer/portainer May 23 12:40:14 LibreELEC sh[1152]: d1e017099d17: Pulling fs layer May 23 12:40:14 LibreELEC sh[1152]: 860ebb866910: Pulling fs layer May 23 12:40:15 LibreELEC sh[1152]: d1e017099d17: Verifying Checksum May 23 12:40:15 LibreELEC sh[1152]: d1e017099d17: Download complete May 23 12:40:15 LibreELEC sh[1152]: d1e017099d17: Pull complete May 23 12:40:16 LibreELEC sh[1152]: 860ebb866910: Verifying Checksum May 23 12:40:16 LibreELEC sh[1152]: 860ebb866910: Download complete May 23 12:40:23 LibreELEC sh[1152]: 860ebb866910: Pull complete May 23 12:40:23 LibreELEC sh[1152]: Digest: sha256:4ae7f14330b56ffc8728e63d355bc4bc7381417fa45ba0597e5dd32682901080 May 23 12:40:23 LibreELEC sh[1152]: Status: Downloaded newer image for portainer/portainer:latest May 23 12:40:28 LibreELEC sh[1152]: 2020/05/23 12:40:28 server: Reverse tunnelling enabled May 23 12:40:28 LibreELEC sh[1152]: 2020/05/23 12:40:28 server: Fingerprint 0b:97:31:05:a2:81:89:e9:ca:4e:43:68:55:87:af:56 May 23 12:40:28 LibreELEC sh[1152]: 2020/05/23 12:40:28 server: Listening on 0.0.0.0:8000... May 23 12:40:28 LibreELEC sh[1152]: 2020/05/23 12:40:28 Starting Portainer 1.23.2 on :9000 May 23 12:40:28 LibreELEC sh[1152]: 2020/05/23 12:40:28 [DEBUG] [chisel, monitoring] [check_interval_seconds: 10.000000] [message: starting tunnel management process]
It looks like there are two separate issues above. One is an issue with a docker image layer, perhaps a corrupted download? I recommend deleting all images and retrying.
The other issue Error response from daemon: driver failed programming external connectivity on endpoint portainer (6fe60690b6e31eeb0860e8e8af looks like port 9000 is already in use by something else (upnp?) You can either turn upnp off and try again, or you can change the portainer port in addon settings to anything else (like 9001)
-
i tried to change port, uninstall and reinstall portainer same issue.
but i can try again.
iam on an rpi3
-
i updated the addon and now i can acess it.
-
New release on Portainer!
-
how do i update portainer?
i managed to figure out how to deploy containers eheheh
disregard... restarted and updated.
-
The updater checks for image updates nightly. When you restart the addon or libreelec, it creates a container based on the new image
-
I am looking for some portainer help. I am able to install it from linuxserver addons and then access the web UI. Now I want to add a container. But when it comes to the volume mapping, when I click the field there are no options to select and a path can not be entered manually. So I am guessing one has to define a few volumes in portainer before adding them to other containers. So I see a volumes tab on the left hand side menu. Is this where one does it ? What host IP to use? 127.0.0.1 or localhost ? Even that does not show any paths when clicking into the box. What does one enter manually ? Appreciate any help. Thank you.