-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hello, I am trying to run it on ZimaOS (CasaOS). Here is compose it generates
name: clever_shimada
services:
pbs:
cap_add:
- SYS_RAWIO
cpu_shares: 50
command: []
container_name: pbs
deploy:
resources:
limits:
memory: 11724M
image: ayufan/proxmox-ve:latest
labels:
icon: https://homelabber.org/uploads/default/6fdaf8922f2feb3b988701bbfc1973aa00f76cbd
mem_limit: "2147483648"
ports:
- target: 8007
published: "8007"
protocol: tcp
privileged: true
restart: unless-stopped
stop_signal: SIGHUP
tmpfs:
- /run
volumes:
- type: bind
source: /media/SLOT4/AppData/pbs/etc
target: /etc/proxmox-backup
- type: bind
source: /media/SLOT4/AppData/pbs/logs
target: /var/log/proxmox-backup
- type: bind
source: /media/SLOT4/AppData/pbs/lib
target: /var/lib/proxmox-backup
- type: bind
source: /media/SLOT4/PBS
target: /mnt/pbs
devices: []
environment: []
network_mode: host
x-casaos:
author: self
category: self
hostname: ""
icon: https://homelabber.org/uploads/default/6fdaf8922f2feb3b988701bbfc1973aa00f76cbd
index: /
is_uncontrolled: false
port_map: "8007"
scheme: http
store_app_id: clever_shimada
title:
custom: pbs
en_us: pbsWhen I run it is creates container but does not work. If I check logs I see this
root@ZimaOS:~# docker logs 5d7
mount: /proc/sys: mount point not mounted or bad option.
dmesg(1) may have more information after failed mount system call.
I cannot understand where to move from here.
Metadata
Metadata
Assignees
Labels
No labels