Guest User

Docker inspect sonarr2

a guest
Apr 14th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 KB | None | 0 0
  1. {
  2. "Id": "2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3",
  3. "Created": "2023-04-13T15:10:44.91898525Z",
  4. "Path": "/init",
  5. "Args": [],
  6. "State": {
  7. "Status": "running",
  8. "Running": true,
  9. "Paused": false,
  10. "Restarting": false,
  11. "OOMKilled": false,
  12. "Dead": false,
  13. "Pid": 30532,
  14. "ExitCode": 0,
  15. "Error": "",
  16. "StartedAt": "2023-04-13T15:10:56.777473775Z",
  17. "FinishedAt": "0001-01-01T00:00:00Z"
  18. },
  19. "Image": "sha256:4ba6299591c3f1550257422cc366440d2bb0bba5993e7bce400aa78f171d7cb7",
  20. "ResolvConfPath": "/var/lib/docker/containers/2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3/resolv.conf",
  21. "HostnamePath": "/var/lib/docker/containers/2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3/hostname",
  22. "HostsPath": "/var/lib/docker/containers/2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3/hosts",
  23. "LogPath": "/var/lib/docker/containers/2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3/2efe76aeeaa329dcd6cecc5a3d000f9337377cf02fb84c5a956c820a61692ba3-json.log",
  24. "Name": "/sonarr2",
  25. "RestartCount": 0,
  26. "Driver": "btrfs",
  27. "Platform": "linux",
  28. "MountLabel": "",
  29. "ProcessLabel": "",
  30. "AppArmorProfile": "",
  31. "ExecIDs": null,
  32. "HostConfig": {
  33. "Binds": [
  34. "/mnt/user/mount_rclone/dropbox/To Mum & Dad/:/export:rw",
  35. "/mnt/user/Downloads/Scripts/:/scripts:rw",
  36. "/mnt/user/appdata/sonarr:/config:rw",
  37. "/dev/rtc:/dev/rtc:ro",
  38. "/mnt/user/Videos/:/tv:rw",
  39. "/mnt/user/Downloads/:/downloads:rw"
  40. ],
  41. "ContainerIDFile": "",
  42. "LogConfig": {
  43. "Type": "json-file",
  44. "Config": {
  45. "max-file": "1",
  46. "max-size": "50m"
  47. }
  48. },
  49. "NetworkMode": "bridge",
  50. "PortBindings": {
  51. "8989/tcp": [
  52. {
  53. "HostIp": "",
  54. "HostPort": "8989"
  55. }
  56. ]
  57. },
  58. "RestartPolicy": {
  59. "Name": "no",
  60. "MaximumRetryCount": 0
  61. },
  62. "AutoRemove": false,
  63. "VolumeDriver": "",
  64. "VolumesFrom": null,
  65. "CapAdd": null,
  66. "CapDrop": null,
  67. "CgroupnsMode": "host",
  68. "Dns": [],
  69. "DnsOptions": [],
  70. "DnsSearch": [],
  71. "ExtraHosts": null,
  72. "GroupAdd": null,
  73. "IpcMode": "private",
  74. "Cgroup": "",
  75. "Links": null,
  76. "OomScoreAdj": 0,
  77. "PidMode": "",
  78. "Privileged": false,
  79. "PublishAllPorts": false,
  80. "ReadonlyRootfs": false,
  81. "SecurityOpt": [
  82. "seccomp=unconfined"
  83. ],
  84. "UTSMode": "",
  85. "UsernsMode": "",
  86. "ShmSize": 67108864,
  87. "Runtime": "runc",
  88. "ConsoleSize": [
  89. 0,
  90. 0
  91. ],
  92. "Isolation": "",
  93. "CpuShares": 0,
  94. "Memory": 0,
  95. "NanoCpus": 0,
  96. "CgroupParent": "",
  97. "BlkioWeight": 0,
  98. "BlkioWeightDevice": [],
  99. "BlkioDeviceReadBps": null,
  100. "BlkioDeviceWriteBps": null,
  101. "BlkioDeviceReadIOps": null,
  102. "BlkioDeviceWriteIOps": null,
  103. "CpuPeriod": 0,
  104. "CpuQuota": 0,
  105. "CpuRealtimePeriod": 0,
  106. "CpuRealtimeRuntime": 0,
  107. "CpusetCpus": "",
  108. "CpusetMems": "",
  109. "Devices": [],
  110. "DeviceCgroupRules": null,
  111. "DeviceRequests": null,
  112. "KernelMemory": 0,
  113. "KernelMemoryTCP": 0,
  114. "MemoryReservation": 0,
  115. "MemorySwap": 0,
  116. "MemorySwappiness": null,
  117. "OomKillDisable": false,
  118. "PidsLimit": null,
  119. "Ulimits": null,
  120. "CpuCount": 0,
  121. "CpuPercent": 0,
  122. "IOMaximumIOps": 0,
  123. "IOMaximumBandwidth": 0,
  124. "MaskedPaths": [
  125. "/proc/asound",
  126. "/proc/acpi",
  127. "/proc/kcore",
  128. "/proc/keys",
  129. "/proc/latency_stats",
  130. "/proc/timer_list",
  131. "/proc/timer_stats",
  132. "/proc/sched_debug",
  133. "/proc/scsi",
  134. "/sys/firmware"
  135. ],
  136. "ReadonlyPaths": [
  137. "/proc/bus",
  138. "/proc/fs",
  139. "/proc/irq",
  140. "/proc/sys",
  141. "/proc/sysrq-trigger"
  142. ]
  143. },
  144. "GraphDriver": {
  145. "Data": null,
  146. "Name": "btrfs"
  147. },
  148. "Mounts": [
  149. {
  150. "Type": "bind",
  151. "Source": "/mnt/user/mount_rclone/dropbox/To Mum & Dad",
  152. "Destination": "/export",
  153. "Mode": "rw",
  154. "RW": true,
  155. "Propagation": "rprivate"
  156. },
  157. {
  158. "Type": "bind",
  159. "Source": "/mnt/user/Downloads/Scripts",
  160. "Destination": "/scripts",
  161. "Mode": "rw",
  162. "RW": true,
  163. "Propagation": "rprivate"
  164. },
  165. {
  166. "Type": "bind",
  167. "Source": "/mnt/user/appdata/sonarr",
  168. "Destination": "/config",
  169. "Mode": "rw",
  170. "RW": true,
  171. "Propagation": "rprivate"
  172. },
  173. {
  174. "Type": "bind",
  175. "Source": "/dev/rtc",
  176. "Destination": "/dev/rtc",
  177. "Mode": "ro",
  178. "RW": false,
  179. "Propagation": "rprivate"
  180. },
  181. {
  182. "Type": "bind",
  183. "Source": "/mnt/user/Videos",
  184. "Destination": "/tv",
  185. "Mode": "rw",
  186. "RW": true,
  187. "Propagation": "rprivate"
  188. },
  189. {
  190. "Type": "bind",
  191. "Source": "/mnt/user/Downloads",
  192. "Destination": "/downloads",
  193. "Mode": "rw",
  194. "RW": true,
  195. "Propagation": "rprivate"
  196. }
  197. ],
  198. "Config": {
  199. "Hostname": "2efe76aeeaa3",
  200. "Domainname": "",
  201. "User": "",
  202. "AttachStdin": false,
  203. "AttachStdout": true,
  204. "AttachStderr": true,
  205. "ExposedPorts": {
  206. "8989/tcp": {}
  207. },
  208. "Tty": false,
  209. "OpenStdin": false,
  210. "StdinOnce": false,
  211. "Env": [
  212. "TZ=Europe/London",
  213. "HOST_OS=Unraid",
  214. "PUID=99",
  215. "PGID=100",
  216. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  217. "HOME=/root",
  218. "LANGUAGE=en_US.UTF-8",
  219. "LANG=en_US.UTF-8",
  220. "TERM=xterm",
  221. "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
  222. "S6_VERBOSITY=1",
  223. "S6_STAGE2_HOOK=/docker-mods",
  224. "LSIO_FIRST_PARTY=true",
  225. "XDG_CONFIG_HOME=/config/xdg",
  226. "SONARR_BRANCH=main"
  227. ],
  228. "Cmd": null,
  229. "Image": "linuxserver/sonarr",
  230. "Volumes": {
  231. "/config": {}
  232. },
  233. "WorkingDir": "/",
  234. "Entrypoint": [
  235. "/init"
  236. ],
  237. "OnBuild": null,
  238. "Labels": {
  239. "build_version": "Linuxserver.io version:- 3.0.10.1567-ls186 Build-date:- 2023-04-08T01:31:39+02:00",
  240. "maintainer": "aptalca",
  241. "org.opencontainers.image.authors": "linuxserver.io",
  242. "org.opencontainers.image.created": "2023-04-08T01:31:39+02:00",
  243. "org.opencontainers.image.description": "[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. ",
  244. "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-sonarr",
  245. "org.opencontainers.image.licenses": "GPL-3.0-only",
  246. "org.opencontainers.image.ref.name": "d4e4982f8e196dcfccdfe2d32bedb2d13e2f41d4",
  247. "org.opencontainers.image.revision": "d4e4982f8e196dcfccdfe2d32bedb2d13e2f41d4",
  248. "org.opencontainers.image.source": "https://github.com/linuxserver/docker-sonarr",
  249. "org.opencontainers.image.title": "Sonarr",
  250. "org.opencontainers.image.url": "https://github.com/linuxserver/docker-sonarr/packages",
  251. "org.opencontainers.image.vendor": "linuxserver.io",
  252. "org.opencontainers.image.version": "3.0.10.1567-ls186"
  253. }
  254. },
  255. "NetworkSettings": {
  256. "Bridge": "",
  257. "SandboxID": "b4a4cf88a0f09ee5ed78ce29f5c06b674bcec38c7d1a8bffa34c8b50133edbd0",
  258. "HairpinMode": false,
  259. "LinkLocalIPv6Address": "",
  260. "LinkLocalIPv6PrefixLen": 0,
  261. "Ports": {
  262. "8989/tcp": [
  263. {
  264. "HostIp": "0.0.0.0",
  265. "HostPort": "8989"
  266. }
  267. ]
  268. },
  269. "SandboxKey": "/var/run/docker/netns/b4a4cf88a0f0",
  270. "SecondaryIPAddresses": null,
  271. "SecondaryIPv6Addresses": null,
  272. "EndpointID": "7430a104aa4c612e22717de7d4baab7b7ae655a5ad09a08974abdfb627df29fa",
  273. "Gateway": "172.17.0.1",
  274. "GlobalIPv6Address": "",
  275. "GlobalIPv6PrefixLen": 0,
  276. "IPAddress": "172.17.0.4",
  277. "IPPrefixLen": 16,
  278. "IPv6Gateway": "",
  279. "MacAddress": "02:42:ac:11:00:04",
  280. "Networks": {
  281. "bridge": {
  282. "IPAMConfig": null,
  283. "Links": null,
  284. "Aliases": null,
  285. "NetworkID": "12aca304b2e5b4f1a5cdb71cd1c9b7ea5d035cbd283aca883c7de0f1dc6bbf43",
  286. "EndpointID": "7430a104aa4c612e22717de7d4baab7b7ae655a5ad09a08974abdfb627df29fa",
  287. "Gateway": "172.17.0.1",
  288. "IPAddress": "172.17.0.4",
  289. "IPPrefixLen": 16,
  290. "IPv6Gateway": "",
  291. "GlobalIPv6Address": "",
  292. "GlobalIPv6PrefixLen": 0,
  293. "MacAddress": "02:42:ac:11:00:04",
  294. "DriverOpts": null
  295. }
  296. }
  297.  
Add Comment
Please, Sign In to add comment