29 lines
741 B
Plaintext
29 lines
741 B
Plaintext
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=firefox
|
|
Environment="FF_OPEN_URL=https://192.168.11.1"
|
|
Image=docker.io/jlesage/firefox:v24.11.1
|
|
# Network=firefox.network
|
|
# Pod=firefox.pod
|
|
PublishPort=5800:5800
|
|
Volume=/etc/localtime:/etc/localtime:ro
|
|
Volume=/etc/timezone:/etc/timezone:ro
|
|
Volume=firefox-data.volume:/config:rw
|
|
|
|
[Service]
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|
|
|
|
# podman pull docker.io/jlesage/firefox:v24.11.1
|
|
# systemctl --user daemon-reload
|
|
# systemctl --user start firefox
|
|
# systemctl --user status firefox
|
|
# journalctl -fu firefox.service
|
|
# podman logs firefox
|
|
# systemctl --user stop firefox
|
|
# systemctl --user disable firefox
|
|
# podman exec -ti firefox /bin/sh
|
|
# podman exec -ti firefox /bin/bash
|