nerdctl/examples/compose-wordpress
Akihiro Suda c2bf0a2308
examples: docker-compose.stargz.yaml: mount empty dir on /run
Workaround for https://github.com/containerd/stargz-snapshotter/issues/444

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-09-01 11:48:14 +09:00
..
README.md examples/compose-wordpress: fix dead link 2021-04-14 16:42:19 +09:00
docker-compose.stargz.yaml examples: docker-compose.stargz.yaml: mount empty dir on /run 2021-09-01 11:48:14 +09:00
docker-compose.yaml

README.md

Demo: wordpress + mariadb

Usage:

  • Substitute "examplepass" in docker-compose.yaml to your own password.
  • Run nerdctl compose up.
  • Open http://localhost:8080, and make sure Wordpress is working. If you see "Error establishing a database connection", wait for a minute.

eStargz version

eStargz version enables lazy-pulling. See ../../docs/stargz.md.

Usage: nerdctl --snapshotter=stargz compose -f docker-compose.stargz.yaml up