跳到主要内容
版本:v1.6

Hangar Docker 镜像

Docker 镜像支持 amd64arm64 架构。

# 获取镜像
docker pull cnrancher/hangar:${VERSION}

# Set `entrypoint` to `bash`, mount the local directory into the container, and execute mirror/load/save in the container:
docker run -v $(pwd):/hangar -it --entrypoint=bash cnrancher/hangar:latest