Sign inSign up

ubermuda/symfony

By ubermuda

Updated almost 11 years ago

Image
0

1.1K

ubermuda/symfony repository overview

A self-sufficient Docker container to run simple Symfony applications.

Usage

$ docker run -itP \
    -v $PWD:/srv \
    -e DB_NAME=somedbname \
    -e INIT=bin/reload \
    ubermuda/symfony

Parameters

Configuration is done through environment variables that you can change with docker run' s -e switch:

  • DB_NAME, the database name. Defaults to symfony.
  • INIT, path to a initialization script (eg: creating db tables, etc). Ignored if empty.

Tag summary

Content type

Image

Digest

sha256:6af219f4a

Size

124.6 MB

Last updated

almost 11 years ago

docker pull ubermuda/symfony