2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

DokuwikiをDockerで構築

Last updated at Posted at 2022-01-30

bitnamiのdockerイメージはエラーが出て、一発で動かなかった。
調べる気力もなく、2番目に人気のイメージを試したら一発で動いた。

linuxserver.ioというチームがメンテしているらしい。そこそこメンテされてそう。

docker run -d --name=dokuwiki -e PUID=1000 -e PGID=1000 -e TZ=Asia/Tokyo -p 80:80 -p 443:443 -v ~/dokuwiki:/config --restart unless-stopped lscr.io/linuxserver/dokuwiki

ブラウザで以下にアクセスすると、初期設定画面が出るので、
ユーザなどを設定する。
http://localhost/install.php
(日本語する場合は、右上の言語設定機能で。)

簡易的な情報共有目的なら使えそう。
スクリーンショット 2022-01-30 18.15.21.png

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?