2024年11月21日星期四 下午9:56:50

docker piper Building locally

8 个月 前
#28562 引用
docker piper Building locally  

If you want to make local modifications to these images for development purposes or just to customize the logic:

git clone https://github.com/linuxserver/docker-piper.git
cd docker-piper
docker build \
  --no-cache \
  --pull \
  -t lscr.io/linuxserver/piper:latest .


https://docs.linuxserver.io/images/docker-piper/#versions
0