ayufan / pve-backup-server-dockerfiles

Unofficial, and unmaintained build of proxmox-backup-server
322 stars 57 forks source link

Admin Console? #53

Closed BenSanborn closed 1 month ago

BenSanborn commented 1 month ago

Hey there,

I'm a linux newbie in general, especially when it comes to proxmox. When logged in as admin there is no shell option, and I'd really like to run the command from https://tteck.github.io/Proxmox/#proxmox-backup-server-post-install to remove the annoying subscription nag.

What am I doing wrong, or is this not possible on the dockerized version?

jcormier commented 1 month ago

You can get access to the shell inside the docker by running docker exec -it <container id> bash or docker compose exec <service name> bash if using docker compose.

BenSanborn commented 1 month ago

Thank you much!