Overview
- Full name
docker.io/openebs/nfs-server-alpine- Registry
- docker.io
- Namespace
- openebs
- Repository
- nfs-server-alpine
- Cached tags
- 23
- Last synced
- 07/05/2026, 11:20 PM
Introduction
OpenEBS NFS Server Alpine 镜像,轻量 NFS 共享服务,K8s NFS PV Provisioner 后端存储。
Details
openebs/nfs-server-alpine 运行基于 Alpine 的轻量 NFS 服务器,为 OpenEBS NFS Provisioner 或 K8s 工作负载提供 NFS 共享存储。定位为 NFS 共享服务,需 --privileged 与共享 volume;K8s Deployment NFS PV 后端。
快速启动
docker run -d --name nfs-server \
--privileged \
-p 2049:2049 \
-v /data/nfs:/nfsshare \
docker.io/openebs/nfs-server-alpine:latest
推荐实践
docker run -d --name nfs-server \
--privileged --restart unless-stopped \
-p 2049:2049 \
-v /data/nfs:/nfsshare \
-e SHARED_DIRECTORY=/nfsshare \
docker.io/openebs/nfs-server-alpine:0.10.0
核心参数说明
--privileged— NFS kernel 权限-p 2049:2049— NFS 协议端口-v .../nfs:...— 共享目录- 集成 — OpenEBS NFS Provisioner
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: nfs-server
spec:
replicas: 1
selector:
matchLabels:
app: nfs-server
template:
metadata:
labels:
app: nfs-server
spec:
containers:
- name: nfs
image: docker.io/openebs/nfs-server-alpine:0.10.0
securityContext:
privileged: true
ports:
- containerPort: 2049
volumeMounts:
- name: data
mountPath: /nfsshare
volumes:
- name: data
persistentVolumeClaim:
claimName: nfs-data
---
apiVersion: v1
kind: Service
metadata:
name: nfs-server
spec:
selector:
app: nfs-server
ports:
- port: 2049
targetPort: 2049
NFS Provisioner 动态 PV;内网共享存储。
Latest tags (20)
View all 23 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/openebs/nfs-server-alpine :ci | linux/amd64linux/arm64linux/arm/v7linux/ppc64le | 2023/12/12 00:47 | 8.5 MB | sha256:c5ede4943fc3… | |||
docker.io/openebs/nfs-server-alpine :0.11.x-ci | linux/amd64linux/arm/v7linux/arm64linux/ppc64le | 2023/12/08 21:30 | 8.5 MB | sha256:e90a6e0744b4… | |||
docker.io/openebs/nfs-server-alpine :latest | linux/amd64linux/arm64linux/arm/v7linux/ppc64le | 2023/12/08 21:27 | 8.5 MB | sha256:4c38f8380e3e… | |||
docker.io/openebs/nfs-server-alpine :0.11.0 | linux/amd64linux/arm64linux/arm/v7linux/ppc64le | 2023/12/08 21:27 | 8.5 MB | sha256:4c38f8380e3e… | |||
docker.io/openebs/nfs-server-alpine :0.10.x-ci | linux/arm64linux/amd64linux/arm/v7linux/ppc64le | 2023/02/10 04:32 | 8.4 MB | sha256:80cd32ea43b4… | |||
docker.io/openebs/nfs-server-alpine :0.10.0 | linux/arm64linux/ppc64lelinux/amd64linux/arm/v7 | 2023/02/10 04:31 | 8.4 MB | sha256:c496ed2f5887… | |||
docker.io/openebs/nfs-server-alpine :0.9.0 | linux/arm/v7linux/arm64linux/ppc64lelinux/amd64 | 2022/01/03 21:50 | 7.4 MB | sha256:94e3929b6014… | |||
docker.io/openebs/nfs-server-alpine :0.9.x-ci | linux/ppc64lelinux/arm64linux/amd64linux/arm/v7 | 2021/12/17 15:00 | 8.9 MB | sha256:2b7bfb269d0f… | |||
docker.io/openebs/nfs-server-alpine :0.8.0 | linux/amd64linux/arm/v7linux/arm64linux/ppc64le | 2021/11/10 18:22 | 7.8 MB | sha256:5daf0d5088ee… | |||
docker.io/openebs/nfs-server-alpine :0.8.x-ci | linux/ppc64lelinux/arm64linux/arm/v7linux/amd64 | 2021/11/10 12:49 | 8.3 MB | sha256:180731c8f819… | |||
docker.io/openebs/nfs-server-alpine :0.7.1 | linux/arm64linux/arm/v7linux/amd64linux/ppc64le | 2021/09/16 18:45 | 7.7 MB | sha256:dac1568ec27a… | |||
docker.io/openebs/nfs-server-alpine :0.7.x-ci | linux/arm/v7linux/amd64linux/ppc64lelinux/arm64 | 2021/09/16 00:57 | 6.7 MB | sha256:d40d6373e038… | |||
docker.io/openebs/nfs-server-alpine :0.7.0 | linux/amd64linux/arm64linux/ppc64lelinux/arm/v7 | 2021/09/14 17:11 | 7.8 MB | sha256:fd24816b0b19… | |||
docker.io/openebs/nfs-server-alpine :0.6.x-ci | linux/arm/v7linux/ppc64lelinux/amd64linux/arm64 | 2021/09/08 11:27 | 6.7 MB | sha256:8b726a72e27e… | |||
docker.io/openebs/nfs-server-alpine :0.6.1 | linux/arm/v7linux/arm64linux/amd64linux/ppc64le | 2021/08/30 21:55 | 6.7 MB | sha256:d058019a5226… | |||
docker.io/openebs/nfs-server-alpine :0.6.0 | linux/amd64linux/arm/v7linux/ppc64lelinux/arm64 | 2021/08/16 18:29 | 7.8 MB | sha256:92bbbbde3fd9… | |||
docker.io/openebs/nfs-server-alpine :0.5.0 | linux/arm64linux/arm/v7linux/ppc64lelinux/amd64 | 2021/07/16 13:59 | 7.7 MB | sha256:9ca91d3ae64a… | |||
docker.io/openebs/nfs-server-alpine :0.5.x-ci | linux/amd64linux/arm/v7linux/arm64linux/ppc64le | 2021/07/16 12:57 | 7.8 MB | sha256:575e8e5f0ef7… | |||
docker.io/openebs/nfs-server-alpine :0.4.x-ci | linux/amd64linux/arm/v7linux/arm64linux/ppc64le | 2021/06/15 11:27 | 7.8 MB | sha256:cd8052b12a60… | |||
docker.io/openebs/nfs-server-alpine :0.4.0 | linux/arm/v7linux/amd64linux/ppc64lelinux/arm64 | 2021/06/15 11:26 | 6.7 MB | sha256:458d29e7fd3d… |