Sign inSign up

80x86/typecho

By 80x86

Updated over 3 years ago

[multi arch] typecho PHP lightweight blog system docker for amd64/arm64 machine

Image
92

100K+

80x86/typecho repository overview

typecho blog system docker for amd64/arm64 machine

Dockerfile: https://github.com/ttys3/docker-typecho-alpine-s6

both MySQL and SQLite are supported

Mod by HuangYeWuDeng(荒野無燈@nanodm.net) for docker

use s6 as supervision instead of runit

typecho is a PHP based lightweight blog system

Multi-Architecture image supported
ArchitectureDB SupportImage:Tag
amd64/arm64MySQL and SQLite80x86/typecho:latest
container volume map

you need to map container path /data to your host machine for persistent data storage.

example

AMD64 or arm64:

docker run -d \
--name=typecho-blog \
--restart always \
--mount type=tmpfs,destination=/tmp \
-v /srv/http/typecho:/data \
-e PHP_TZ=Asia/Shanghai \
-e PHP_MAX_EXECUTION_TIME=600 \
-p 90:80 \
80x86/typecho:latest

Tag summary

Content type

Image

Digest

Size

21.3 MB

Last updated

over 7 years ago

docker pull 80x86/typecho