Sign inSign up

cutekk/typecho

By cutekk

Updated over 7 years ago

docker for typecho

Image
0

197

cutekk/typecho repository overview

执行命令:

docker run -d \
--name=blog-typecho \
--mount type=tmpfs,destination=/tmp \
-v $PWD/app:/app \
-p 8000:80 \
cutekk/typecho

$PWD/app为主机数据保存目录,请提前创建好该目录,确保有读写权限

Tag summary

Content type

Image

Digest

Size

14.2 MB

Last updated

over 7 years ago

docker pull cutekk/typecho