@wuxh/img
v1.0.0
Published
一个自用的图片网站
Downloads
14
Readme
img
一个自用的图片网站 online
curl -OL https://wxh16144.github.io/img/[b-w].jpg<img src="//wxh16144.github.io/img/[b-w].jpg" />Docker
git clone --depth 1 https://github.com/Wxh16144/img.git && cd img &&\
docker-compose up -dor
docker run --rm -d -p 8080:80 wxh16144/img # 浏览器中打开 http://127.0.0.1:8080/Build Docker Image
docker build -t wxh16144/img:[TagName] . # ← 注意这里有个 "."