Skip to content

open774/p2-phpのコンテナ化

License

Notifications You must be signed in to change notification settings

pen/docker-rep2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rep2

概要

をひとつのコンテナにしたものです。

使い方

mkdir p2data
docker run -d --name rep2 -p 8080:80 -v $PWD/p2data:/ext pengo/rep2
open http://localhost:8080

この例ではディレクトリp2dataの下に各データを作ります。 再起動してもデータが消えることはありません。

掲示板や検索経由でGitHubに来た方へ

上記の手順で使うならソースのダウンロードは不要です。 イメージの更新は不定期です。