Skip to content

Cannot run on CasaOS #95

@Serhioromano

Description

@Serhioromano

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: pbs

When 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions