You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I uninstalled Portainer that the script provided and instead ran docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:lts as per the Portainer web site.
I also had to(?)/ran nano /etc/sysctl.conf and uncommented sysctl net.ipv4.ip_forward=1
With systemctl edit docker I had to(?) / added Environment=DOCKER_MIN_API_VERSION=1.24 to [Service]
After this I could access Portainer at :9443 and it was connected to the local environment.
⚠️ I'm a Docker and Proxmox amateur so these edits might undo/void any security measures the script might take into consideration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I could not get Portainer to connect to local environment after having run the Docker LXC helper script via ProxMenux.
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:ltsas per the Portainer web site.nano /etc/sysctl.confand uncommentedsysctl net.ipv4.ip_forward=1systemctl edit dockerI had to(?) / addedEnvironment=DOCKER_MIN_API_VERSION=1.24to [Service]After this I could access Portainer at :9443 and it was connected to the local environment.
Beta Was this translation helpful? Give feedback.
All reactions