docker-containers.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [
  2. {
  3. "Id": "8f2c1e9a7b3d",
  4. "Names": ["/jellyfin"],
  5. "Image": "jellyfin/jellyfin:10.9.6",
  6. "State": "running",
  7. "Status": "Up 2 days",
  8. "Labels": {
  9. "com.docker.compose.project": "media",
  10. "com.docker.compose.service": "jellyfin"
  11. },
  12. "Ports": [
  13. { "IP": "0.0.0.0", "PrivatePort": 8096, "PublicPort": 8096, "Type": "tcp" },
  14. { "IP": "::", "PrivatePort": 8096, "PublicPort": 8096, "Type": "tcp" },
  15. { "PrivatePort": 8920, "Type": "tcp" }
  16. ]
  17. },
  18. {
  19. "Id": "1a2b3c4d5e6f",
  20. "Names": ["/paperless-ngx"],
  21. "Image": "ghcr.io/paperless-ngx/paperless-ngx:2.11",
  22. "State": "running",
  23. "Labels": {
  24. "com.docker.compose.project": "Paperless Stack"
  25. },
  26. "Ports": [
  27. { "IP": "0.0.0.0", "PrivatePort": 8000, "PublicPort": 8000, "Type": "tcp" }
  28. ]
  29. },
  30. {
  31. "Id": "9z8y7x6w5v4u",
  32. "Names": ["/redis"],
  33. "Image": "redis:7-alpine",
  34. "State": "running",
  35. "Labels": {},
  36. "Ports": [
  37. { "PrivatePort": 6379, "Type": "tcp" }
  38. ]
  39. },
  40. {
  41. "Id": "aabbccddeeff",
  42. "Names": ["/wireguard"],
  43. "Image": "linuxserver/wireguard:latest",
  44. "State": "running",
  45. "Labels": {},
  46. "Ports": [
  47. { "IP": "0.0.0.0", "PrivatePort": 51820, "PublicPort": 51820, "Type": "udp" }
  48. ]
  49. },
  50. {
  51. "Id": "5t4r3e2w1q0p",
  52. "Names": ["/pgadmin"],
  53. "Image": "dpage/pgadmin4:8.11",
  54. "State": "running",
  55. "Labels": {},
  56. "Ports": [
  57. { "IP": "127.0.0.1", "PrivatePort": 80, "PublicPort": 5050, "Type": "tcp" }
  58. ]
  59. },
  60. {
  61. "Id": "0p1o2i3u4y5t",
  62. "Names": ["/unifi"],
  63. "Image": "linuxserver/unifi-network-application:8.4",
  64. "State": "running",
  65. "Labels": {},
  66. "Ports": [
  67. { "IP": "127.0.0.1", "PrivatePort": 8843, "PublicPort": 8843, "Type": "tcp" },
  68. { "IP": "192.168.1.21", "PrivatePort": 8443, "PublicPort": 8443, "Type": "tcp" }
  69. ]
  70. }
  71. ]