kodexplorer docker https://github.com/kalcaddle/KodExplorer
100K+
3.4.6, 3.4.6-amd64, amd64, latest
docker run -d -p 80:80 --name kodexplorer -v "$PWD":/var/www/html yangxuan8282/kodexplorer
https://github.com/yangxuan8282/docker-image/tree/master/kodexplorer
version: "2"
services:
kodexplorer:
image: yangxuan8282/kodexplorer
restart: "always"
ports:
- "80:80"
volumes:
- "./html:/var/www/html"
Content type
Image
Digest
Size
41.6 MB
Last updated
over 8 years ago
docker pull yangxuan8282/kodexplorer