From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- straper/db/public/docker/inspect/wikijs-db-1.json | 240 ---------------------- 1 file changed, 240 deletions(-) delete mode 100644 straper/db/public/docker/inspect/wikijs-db-1.json (limited to 'straper/db/public/docker/inspect/wikijs-db-1.json') diff --git a/straper/db/public/docker/inspect/wikijs-db-1.json b/straper/db/public/docker/inspect/wikijs-db-1.json deleted file mode 100644 index ea1825a..0000000 --- a/straper/db/public/docker/inspect/wikijs-db-1.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "Id": "14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427", - "Created": "2026-03-13T18:03:01.712202986Z", - "Path": "docker-entrypoint.sh", - "Args": [ - "postgres" - ], - "State": { - "Status": "running", - "Running": true, - "Paused": false, - "Restarting": false, - "OOMKilled": false, - "Dead": false, - "Pid": 2002154, - "ExitCode": 0, - "Error": "", - "StartedAt": "2026-03-13T18:03:04.205699168Z", - "FinishedAt": "0001-01-01T00:00:00Z" - }, - "Image": "sha256:fceb6f86328c36f2438fae3b851b0cc57c4a7e69a58c866d9ce24281f2cf0c9c", - "ResolvConfPath": "/var/lib/docker/containers/14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427/hostname", - "HostsPath": "/var/lib/docker/containers/14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427/hosts", - "LogPath": "/var/lib/docker/containers/14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427/14b6843e8e1bc996abf0f7b7610e01d8a42d4bae83664dc92e4da70d45825427-json.log", - "Name": "/wikijs-db-1", - "RestartCount": 0, - "Driver": "overlayfs", - "Platform": "linux", - "MountLabel": "", - "ProcessLabel": "", - "AppArmorProfile": "docker-default", - "ExecIDs": null, - "HostConfig": { - "Binds": [ - "/srv/wikijs/db:/var/lib/postgresql/data:rw" - ], - "ContainerIDFile": "", - "LogConfig": { - "Type": "json-file", - "Config": {} - }, - "NetworkMode": "wikijs_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/wikijs/db", - "Destination": "/var/lib/postgresql/data", - "Mode": "rw", - "RW": true, - "Propagation": "rprivate" - } - ], - "Config": { - "Hostname": "14b6843e8e1b", - "Domainname": "", - "User": "", - "AttachStdin": false, - "AttachStdout": true, - "AttachStderr": true, - "ExposedPorts": { - "5432/tcp": {} - }, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Cmd": [ - "postgres" - ], - "Image": "postgres:15-alpine", - "Volumes": { - "/var/lib/postgresql/data": {} - }, - "WorkingDir": "/", - "Entrypoint": [ - "docker-entrypoint.sh" - ], - "Labels": { - "com.docker.compose.config-hash": "70f95e6b13f7d37b383f138fb256a359e236fda156242b4dd4868e7dbc3b78b0", - "com.docker.compose.container-number": "1", - "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:fceb6f86328c36f2438fae3b851b0cc57c4a7e69a58c866d9ce24281f2cf0c9c", - "com.docker.compose.oneoff": "False", - "com.docker.compose.project": "wikijs", - "com.docker.compose.project.config_files": "/srv/wikijs/docker-compose.yml", - "com.docker.compose.project.working_dir": "/srv/wikijs", - "com.docker.compose.service": "db", - "com.docker.compose.version": "5.1.0" - }, - "StopSignal": "SIGINT" - }, - "NetworkSettings": { - "SandboxID": "89c581341a7c3fcc3e8321aaabec4dc7811b592cee5605c540b175e54294ed3b", - "SandboxKey": "/var/run/docker/netns/89c581341a7c", - "Ports": { - "5432/tcp": null - }, - "Networks": { - "wikijs_default": { - "IPAMConfig": null, - "Links": null, - "Aliases": [ - "wikijs-db-1", - "db" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "ec92021c01d522c0271a9318465b04105467eeb0d7f6141c26adfc1b520f3283", - "EndpointID": "d2876bbaa9c3c80fd36ac59b0abe3aba9c642c92c9c6443e1919aaab12fb9c0b", - "Gateway": "172.29.0.1", - "IPAddress": "172.29.0.2", - "MacAddress": "7a:e3:55:85:8a:44", - "IPPrefixLen": 16, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "wikijs-db-1", - "db", - "14b6843e8e1b" - ] - } - } - }, - "ImageManifestDescriptor": { - "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:79e73c0029e3a99b462253bba85352c6e748b93b9ffc5818ac0326cdbed62e76", - "size": 3054, - "annotations": { - "com.docker.official-images.bashbrew.arch": "amd64", - "org.opencontainers.image.base.digest": "sha256:59855d3dceb3ae53991193bd03301e082b2a7faa56a514b03527ae0ec2ce3a95", - "org.opencontainers.image.base.name": "alpine:3.23", - "org.opencontainers.image.created": "2026-02-26T19:28:03Z", - "org.opencontainers.image.revision": "21d696495924e89b0b6c43088e2783fabdef94be", - "org.opencontainers.image.source": "https://github.com/docker-library/postgres.git#21d696495924e89b0b6c43088e2783fabdef94be:15/alpine3.23", - "org.opencontainers.image.url": "https://hub.docker.com/_/postgres", - "org.opencontainers.image.version": "15.17-alpine3.23" - }, - "platform": { - "architecture": "amd64", - "os": "linux" - } - } -} -- cgit v1.3