componette/dockerfiles
data [busybox]
db [mariadb:10.1]
php [componette/php]
nginx [componette/nginx]
proxy [componette/proxy]
There is a script called Componette Docker Manager
.
Usage: componette [-h]
Componette Docker Manager.
Version: 1.2
Options:
-h Display this help and exit.
Commands:
up Start containers.
build Build containers.
reup Build & Start containers.
stop Stop container.
die Destroy containers.
logs Display logs.
exec Exec command in container.
go Attach container.
You could download it.
wget https://raw.githubusercontent.com/componette/dockerfiles/master/componette
docker-compose.yml
wget -O https://raw.githubusercontent.com/componette/dockerfiles/master/componette-installer | bash
All containers are pretty standalone. You can just download a docker-compose.yml
and start it.
Update credentials in docker-compose.yml
.
Defaults:
docker pull componette/dockerfiles