Portainer

Portainer

using a script

use a template for the linux container

a script from : https://raw.githubusercontent.com/tteck/Proxmox/refs/heads/main/install/docker-install.sh

systemctl start docker systemctl status docker

https://192.168.0.182:9443 (your IP)

by hand

exporting & importing

this seems to work between systems:

(origin) sudo docker save ollama/ollama:latest > my-ollama.tar (target) sudo docker load < my-ollama.tar