1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
| { "StreamConfig": {}, "State": { "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "RemovalInProgress": false, "Dead": false, "Pid": 0, "ExitCode": 0, "Error": "", "StartedAt": "0001-01-01T00:00:00Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": null }, "ID": "60c28becb34bcb517f761b64a03e5b1432ade0702909f7dfea85985654abacc8", "Created": "2023-09-05T03:30:54.254130741Z", "Managed": false, "Path": "/usr/bin/entrypoint", "Args": ["/bin/s6-svscan", "/etc/s6"], "Config": { "Hostname": "aaaaaaa", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "22/tcp": {}, "3000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "USER=git", "GITEA_CUSTOM=/data/gitea"], "Cmd": ["/bin/s6-svscan", "/etc/s6"], "Image": "gitea/gitea:latest", "Volumes": { "/data": {} }, "WorkingDir": "", "Entrypoint": ["/usr/bin/entrypoint"], "OnBuild": null, "Labels": { "maintainer": "[email protected]", "org.opencontainers.image.created": "2023-08-20T19:34:31Z", "org.opencontainers.image.revision": "bcb0f3a90fae49047f73b37fcb50b075ed641dfa", "org.opencontainers.image.source": "https://github.com/go-gitea/gitea.git", "org.opencontainers.image.url": "https://github.com/go-gitea/gitea" } }, "Image": "sha256:ac7e17ebe12d2607a14fee34e0a92b0216a1161cffd80cc35b862b25e899c801", "NetworkSettings": { "Bridge": "", "SandboxID": "", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Networks": { "bridge": { "IPAMConfig": null, "Links": null, "Aliases": null, "NetworkID": "", "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "", "DriverOpts": null, "IPAMOperational": false } }, "Service": null, "Ports": null, "SandboxKey": "", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "IsAnonymousEndpoint": false, "HasSwarmEndpoint": false }, "LogPath": "", "Name": "/aaaaaaa", "Driver": "overlay2", "OS": "linux", "MountLabel": "", "ProcessLabel": "", "RestartCount": 0, "HasBeenStartedBefore": false, "HasBeenManuallyStopped": false, "MountPoints": { "/data": { "Source": "/mnt/sdc2/gitea/data", "Destination": "/data", "RW": true, "Name": "", "Driver": "", "Type": "bind", "Propagation": "rprivate", "Spec": { "Type": "bind", "Source": "/mnt/sdc2/gitea/data", "Target": "/data" }, "SkipMountpointCreation": false } }, "SecretReferences": null, "ConfigReferences": null, "AppArmorProfile": "", "HostnamePath": "", "HostsPath": "", "ShmPath": "", "ResolvConfPath": "", "SeccompProfile": "", "NoNewPrivileges": false, "LocalLogCacheMeta": { "HaveNotifyEnabled": false } }
|