Overview
- Full name
docker.io/ocsinventory/ocsinventory-docker-image- Registry
- docker.io
- Namespace
- ocsinventory
- Repository
- ocsinventory-docker-image
- Cached tags
- 17
- Last synced
- 07/13/2026, 02:09 PM
Introduction
OCS Inventory NG IT 资产盘点镜像,局域网 PC/服务器硬件软件自动采集,企业 IT 资产管理与合规审计平台。
Details
ocsinventory/ocsinventory-docker-image 运行 OCS Inventory NG 服务端,通过 Agent 自动采集终端硬件、软件清单与配置信息。定位为 IT 资产盘点 Web 平台,需 MySQL 与 OCS Agent;企业 PC 资产管理、软件合规审计或 Homelab 设备清单维护。
快速启动
docker run -d --name ocsinventory \
-p 80:80 \
docker.io/ocsinventory/ocsinventory-docker-image:latest
推荐实践
docker run -d --name ocsinventory \
--restart unless-stopped \
-p 80:80 \
-v /data/ocs:/etc/ocsinventory-server \
docker.io/ocsinventory/ocsinventory-docker-image:2.12.0
核心参数说明
-p 80:80— OCS Web 管理 UI-v .../ocs:...— 服务端配置- Agent — 终端需安装 OCS Agent
- 访问 — 限内网 IT 运维
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ocsinventory
spec:
replicas: 1
selector:
matchLabels:
app: ocsinventory
template:
metadata:
labels:
app: ocsinventory
spec:
containers:
- name: ocs
image: docker.io/ocsinventory/ocsinventory-docker-image:2.12.0
ports:
- containerPort: 80
volumeMounts:
- name: config
mountPath: /etc/ocsinventory-server
volumes:
- name: config
persistentVolumeClaim:
claimName: ocs-config
---
apiVersion: v1
kind: Service
metadata:
name: ocsinventory
spec:
selector:
app: ocsinventory
ports:
- port: 80
targetPort: 80
Ingress 限内网;PVC 存配置与数据。
Latest tags (20)
View all 17 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/ocsinventory/ocsinventory-docker-image :dev | linux/amd64 | 2026/03/24 17:04 | 248.1 MB | sha256:35dd9bca8bd7… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.12.3 | linux/amd64 | 2026/03/24 17:04 | 227.0 MB | sha256:a2cde674eef6… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.12.2 | linux/amd64 | 2026/03/24 17:04 | 221.8 MB | sha256:3a5d2670899a… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.11 | linux/amd64 | 2026/03/24 17:04 | 222.1 MB | sha256:e9e9ececa724… | |||
docker.io/ocsinventory/ocsinventory-docker-image :nightly | linux/amd64 | 2026/03/24 17:04 | 226.7 MB | sha256:ba18e16a5389… | |||
docker.io/ocsinventory/ocsinventory-docker-image :latest | linux/amd64 | 2026/03/24 17:04 | 227.1 MB | sha256:b8f54fa84be8… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.12 | linux/amd64 | 2026/03/24 17:04 | 222.2 MB | sha256:a182acb5e095… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.10 | linux/amd64 | 2026/03/24 17:04 | 222.0 MB | sha256:2f096b441570… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.12.1 | linux/amd64 | 2026/03/24 17:04 | 222.2 MB | sha256:61f634ba5a9f… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.12.4 | linux/amd64 | 2026/03/24 17:01 | 227.1 MB | sha256:133f89b4d46e… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.9 | linux/amd64 | 2023/10/04 18:11 | 310.5 MB | sha256:1628c57f957d… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.9.2 | linux/amd64 | 2023/10/04 18:10 | 187.8 MB | sha256:377ba7063610… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.8.1 | linux/amd64 | 2022/11/14 22:27 | 292.0 MB | sha256:9e91849fbad8… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.7 | linux/amd64 | 2022/11/14 22:27 | 291.9 MB | sha256:943bb3fa1bd1… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.8 | linux/amd64 | 2022/11/14 22:26 | 292.5 MB | sha256:9f3bc0948209… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.6 | linux/amd64 | 2022/11/14 22:26 | 286.3 MB | sha256:83d68ff8c63d… | |||
docker.io/ocsinventory/ocsinventory-docker-image :2.5 | linux/amd64 | 2022/11/14 22:23 | 151.9 MB | sha256:af5cbaf7ecd1… |