aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/docker/inspect/searxng.json
diff options
context:
space:
mode:
Diffstat (limited to 'straper/db/public/docker/inspect/searxng.json')
-rw-r--r--straper/db/public/docker/inspect/searxng.json267
1 files changed, 0 insertions, 267 deletions
diff --git a/straper/db/public/docker/inspect/searxng.json b/straper/db/public/docker/inspect/searxng.json
deleted file mode 100644
index 71d8b36..0000000
--- a/straper/db/public/docker/inspect/searxng.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "Id": "716d1bf72c56ecb9ba07912ca37a4f2c7ed38a781779dda17d9e03826f787434",
- "Created": "2026-03-13T12:42:06.093280818Z",
- "Path": "/usr/local/searxng/entrypoint.sh",
- "Args": [],
- "State": {
- "Status": "running",
- "Running": true,
- "Paused": false,
- "Restarting": false,
- "OOMKilled": false,
- "Dead": false,
- "Pid": 1844577,
- "ExitCode": 0,
- "Error": "",
- "StartedAt": "2026-03-13T12:42:07.456424067Z",
- "FinishedAt": "0001-01-01T00:00:00Z"
- },
- "Image": "sha256:563b0a09d27117aa5fd2a895cff9cef7ebb5ac2b5f5b8a94297432548d2fa8fe",
- "ResolvConfPath": "/var/lib/docker/containers/716d1bf72c56ecb9ba07912ca37a4f2c7ed38a781779dda17d9e03826f787434/resolv.conf",
- "HostnamePath": "/var/lib/docker/containers/716d1bf72c56ecb9ba07912ca37a4f2c7ed38a781779dda17d9e03826f787434/hostname",
- "HostsPath": "/var/lib/docker/containers/716d1bf72c56ecb9ba07912ca37a4f2c7ed38a781779dda17d9e03826f787434/hosts",
- "LogPath": "",
- "Name": "/searxng",
- "RestartCount": 0,
- "Driver": "overlayfs",
- "Platform": "linux",
- "MountLabel": "",
- "ProcessLabel": "",
- "AppArmorProfile": "docker-default",
- "ExecIDs": null,
- "HostConfig": {
- "Binds": [
- "/srv/searxng:/etc/searxng:rw"
- ],
- "ContainerIDFile": "",
- "LogConfig": {
- "Type": "none",
- "Config": {}
- },
- "NetworkMode": "searxng_default",
- "PortBindings": {
- "8080/tcp": [
- {
- "HostIp": "10.50.0.1",
- "HostPort": "8080"
- }
- ]
- },
- "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,
- "Sysctls": {
- "net.ipv6.conf.all.disable_ipv6": "1"
- },
- "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,
- "Mounts": [
- {
- "Type": "volume",
- "Source": "e92385bca5aff1470a90799721002ff6cc05682b45b7b4384b7d80e2c76e048f",
- "Target": "/var/cache/searxng"
- }
- ],
- "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/searxng",
- "Destination": "/etc/searxng",
- "Mode": "rw",
- "RW": true,
- "Propagation": "rprivate"
- },
- {
- "Type": "volume",
- "Name": "e92385bca5aff1470a90799721002ff6cc05682b45b7b4384b7d80e2c76e048f",
- "Source": "/var/lib/docker/volumes/e92385bca5aff1470a90799721002ff6cc05682b45b7b4384b7d80e2c76e048f/_data",
- "Destination": "/var/cache/searxng",
- "Driver": "local",
- "Mode": "z",
- "RW": true,
- "Propagation": ""
- }
- ],
- "Config": {
- "Hostname": "716d1bf72c56",
- "Domainname": "",
- "User": "",
- "AttachStdin": false,
- "AttachStdout": true,
- "AttachStderr": true,
- "ExposedPorts": {
- "8080/tcp": {}
- },
- "Tty": false,
- "OpenStdin": false,
- "StdinOnce": false,
- "Cmd": null,
- "Image": "searxng/searxng:latest",
- "Volumes": {
- "/etc/searxng": {},
- "/var/cache/searxng": {}
- },
- "WorkingDir": "/usr/local/searxng",
- "Entrypoint": [
- "/usr/local/searxng/entrypoint.sh"
- ],
- "Labels": {
- "com.docker.compose.config-hash": "13b125987f5665f0b4c2c94c811cbbb20c570a640ae09e2b150475f38d20cce9",
- "com.docker.compose.container-number": "1",
- "com.docker.compose.depends_on": "",
- "com.docker.compose.image": "sha256:563b0a09d27117aa5fd2a895cff9cef7ebb5ac2b5f5b8a94297432548d2fa8fe",
- "com.docker.compose.oneoff": "False",
- "com.docker.compose.project": "searxng",
- "com.docker.compose.project.config_files": "/srv/searxng/docker-compose.yml",
- "com.docker.compose.project.working_dir": "/srv/searxng",
- "com.docker.compose.replace": "searxng",
- "com.docker.compose.service": "searxng",
- "com.docker.compose.version": "5.1.0",
- "org.opencontainers.image.created": "2026-03-13T12:33:20Z",
- "org.opencontainers.image.description": "SearXNG is a metasearch engine. Users are neither tracked nor profiled.",
- "org.opencontainers.image.documentation": "https://docs.searxng.org/admin/installation-docker",
- "org.opencontainers.image.licenses": "AGPL-3.0-or-later",
- "org.opencontainers.image.revision": "23fb76f08f9e1e78247601d5d86b6b79aece1e63",
- "org.opencontainers.image.source": "https://github.com/searxng/searxng",
- "org.opencontainers.image.title": "SearXNG",
- "org.opencontainers.image.url": "https://searxng.org",
- "org.opencontainers.image.version": "2026.3.13-23fb76f08"
- }
- },
- "NetworkSettings": {
- "SandboxID": "62dd38985466457be1222202a92914f85a2b22ca0aaa7ac47e4af42cd26fb080",
- "SandboxKey": "/var/run/docker/netns/62dd38985466",
- "Ports": {
- "8080/tcp": [
- {
- "HostIp": "10.50.0.1",
- "HostPort": "8080"
- }
- ]
- },
- "Networks": {
- "searxng_default": {
- "IPAMConfig": null,
- "Links": null,
- "Aliases": [
- "searxng",
- "searxng"
- ],
- "DriverOpts": null,
- "GwPriority": 0,
- "NetworkID": "07462fa2c80e7a133ca6f839f89411fc89f6d60c1b82c45c7bd253353819484e",
- "EndpointID": "cb2c3349cdf3160fee70941c4c729b49221052f30c868f762eedb2843bb0576c",
- "Gateway": "172.18.0.1",
- "IPAddress": "172.18.0.2",
- "MacAddress": "9a:3f:8a:bb:33:e9",
- "IPPrefixLen": 16,
- "IPv6Gateway": "",
- "GlobalIPv6Address": "",
- "GlobalIPv6PrefixLen": 0,
- "DNSNames": [
- "searxng",
- "716d1bf72c56"
- ]
- }
- }
- },
- "ImageManifestDescriptor": {
- "mediaType": "application/vnd.oci.image.manifest.v1+json",
- "digest": "sha256:24f3c149b740dad287b6e2804cf3b5497277e27d47c69074bc26b487ad89d713",
- "size": 1298,
- "platform": {
- "architecture": "amd64",
- "os": "linux"
- }
- }
-}