diff options
Diffstat (limited to 'straper/db/public/docker/inspect/paperless-db-1.json')
| -rw-r--r-- | straper/db/public/docker/inspect/paperless-db-1.json | 240 |
1 files changed, 0 insertions, 240 deletions
diff --git a/straper/db/public/docker/inspect/paperless-db-1.json b/straper/db/public/docker/inspect/paperless-db-1.json deleted file mode 100644 index 50b9d68..0000000 --- a/straper/db/public/docker/inspect/paperless-db-1.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "Id": "473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d", - "Created": "2026-03-06T21:10:03.175504874Z", - "Path": "docker-entrypoint.sh", - "Args": [ - "postgres" - ], - "State": { - "Status": "running", - "Running": true, - "Paused": false, - "Restarting": false, - "OOMKilled": false, - "Dead": false, - "Pid": 2275669, - "ExitCode": 0, - "Error": "", - "StartedAt": "2026-03-06T21:10:03.804989224Z", - "FinishedAt": "0001-01-01T00:00:00Z" - }, - "Image": "sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d", - "ResolvConfPath": "/var/lib/docker/containers/473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d/hostname", - "HostsPath": "/var/lib/docker/containers/473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d/hosts", - "LogPath": "/var/lib/docker/containers/473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d/473056ec297eff4e780f3df3781c54ca03d8985333f22e95c49222574ab5f20d-json.log", - "Name": "/paperless-db-1", - "RestartCount": 0, - "Driver": "overlayfs", - "Platform": "linux", - "MountLabel": "", - "ProcessLabel": "", - "AppArmorProfile": "docker-default", - "ExecIDs": null, - "HostConfig": { - "Binds": [ - "/srv/paperless/pgdata:/var/lib/postgresql:rw" - ], - "ContainerIDFile": "", - "LogConfig": { - "Type": "json-file", - "Config": {} - }, - "NetworkMode": "paperless_default", - "PortBindings": {}, - "RestartPolicy": { - "Name": "unless-stopped", - "MaximumRetryCount": 0 - }, - "AutoRemove": false, - "VolumeDriver": "", - "VolumesFrom": null, - "ConsoleSize": [ - 0, - 0 - ], - "CapAdd": null, - "CapDrop": null, - "CgroupnsMode": "private", - "Dns": null, - "DnsOptions": null, - "DnsSearch": null, - "ExtraHosts": [], - "GroupAdd": null, - "IpcMode": "private", - "Cgroup": "", - "Links": null, - "OomScoreAdj": 0, - "PidMode": "", - "Privileged": false, - "PublishAllPorts": false, - "ReadonlyRootfs": false, - "SecurityOpt": null, - "UTSMode": "", - "UsernsMode": "", - "ShmSize": 67108864, - "Runtime": "runc", - "Isolation": "", - "CpuShares": 0, - "Memory": 0, - "NanoCpus": 0, - "CgroupParent": "", - "BlkioWeight": 0, - "BlkioWeightDevice": null, - "BlkioDeviceReadBps": null, - "BlkioDeviceWriteBps": null, - "BlkioDeviceReadIOps": null, - "BlkioDeviceWriteIOps": null, - "CpuPeriod": 0, - "CpuQuota": 0, - "CpuRealtimePeriod": 0, - "CpuRealtimeRuntime": 0, - "CpusetCpus": "", - "CpusetMems": "", - "Devices": null, - "DeviceCgroupRules": null, - "DeviceRequests": null, - "MemoryReservation": 0, - "MemorySwap": 0, - "MemorySwappiness": null, - "OomKillDisable": null, - "PidsLimit": null, - "Ulimits": null, - "CpuCount": 0, - "CpuPercent": 0, - "IOMaximumIOps": 0, - "IOMaximumBandwidth": 0, - "MaskedPaths": [ - "/proc/acpi", - "/proc/asound", - "/proc/interrupts", - "/proc/kcore", - "/proc/keys", - "/proc/latency_stats", - "/proc/sched_debug", - "/proc/scsi", - "/proc/timer_list", - "/proc/timer_stats", - "/sys/devices/virtual/powercap", - "/sys/firmware", - "/sys/devices/system/cpu/cpu0/thermal_throttle", - "/sys/devices/system/cpu/cpu1/thermal_throttle", - "/sys/devices/system/cpu/cpu2/thermal_throttle", - "/sys/devices/system/cpu/cpu3/thermal_throttle" - ], - "ReadonlyPaths": [ - "/proc/bus", - "/proc/fs", - "/proc/irq", - "/proc/sys", - "/proc/sysrq-trigger" - ] - }, - "Storage": { - "RootFS": { - "Snapshot": { - "Name": "overlayfs" - } - } - }, - "Mounts": [ - { - "Type": "bind", - "Source": "/srv/paperless/pgdata", - "Destination": "/var/lib/postgresql", - "Mode": "rw", - "RW": true, - "Propagation": "rprivate" - } - ], - "Config": { - "Hostname": "473056ec297e", - "Domainname": "", - "User": "", - "AttachStdin": false, - "AttachStdout": true, - "AttachStderr": true, - "ExposedPorts": { - "5432/tcp": {} - }, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Cmd": [ - "postgres" - ], - "Image": "docker.io/library/postgres:18", - "Volumes": { - "/var/lib/postgresql": {} - }, - "WorkingDir": "", - "Entrypoint": [ - "docker-entrypoint.sh" - ], - "Labels": { - "com.docker.compose.config-hash": "82b09eeb9091d3daff62550597dce8d5490ed031938aba897ef7c0fb6ac10745", - "com.docker.compose.container-number": "1", - "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d", - "com.docker.compose.oneoff": "False", - "com.docker.compose.project": "paperless", - "com.docker.compose.project.config_files": "/srv/paperless/docker-compose.yml", - "com.docker.compose.project.working_dir": "/srv/paperless", - "com.docker.compose.service": "db", - "com.docker.compose.version": "5.1.0" - }, - "StopSignal": "SIGINT" - }, - "NetworkSettings": { - "SandboxID": "169a21f1f0cb8efdb6d9b21d92d24cd42527f4c4171112166484ef06334585be", - "SandboxKey": "/var/run/docker/netns/169a21f1f0cb", - "Ports": { - "5432/tcp": null - }, - "Networks": { - "paperless_default": { - "IPAMConfig": null, - "Links": null, - "Aliases": [ - "paperless-db-1", - "db" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "0a3c12139db8b8ea6ea8fda3523e4453b217a13b69a11db3c73f9ebada397d02", - "EndpointID": "4ee57fbe6ff2db8a78b145f1a04e2c99565e9179bbb9ec8442d400946ced57aa", - "Gateway": "172.23.0.1", - "IPAddress": "172.23.0.3", - "MacAddress": "5a:cb:e5:a7:7e:01", - "IPPrefixLen": 16, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "paperless-db-1", - "db", - "473056ec297e" - ] - } - } - }, - "ImageManifestDescriptor": { - "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:c333057ef41ae33af97a75ca7534b82aa12963cf5afc9c97954de21f06bcbaa1", - "size": 3439, - "annotations": { - "com.docker.official-images.bashbrew.arch": "amd64", - "org.opencontainers.image.base.digest": "sha256:32ccbb2ff8fdcb839bbe9c03c33e4e962b51fe8859249f821638d674b0b88d66", - "org.opencontainers.image.base.name": "debian:trixie-slim", - "org.opencontainers.image.created": "2025-12-29T23:36:03Z", - "org.opencontainers.image.revision": "2925b19f45ceeb8ab8488eec226f2736abf297e1", - "org.opencontainers.image.source": "https://github.com/docker-library/postgres.git#2925b19f45ceeb8ab8488eec226f2736abf297e1:18/trixie", - "org.opencontainers.image.url": "https://hub.docker.com/_/postgres", - "org.opencontainers.image.version": "18.1" - }, - "platform": { - "architecture": "amd64", - "os": "linux" - } - } -} |
