Skip to content

jimlei/docker-alpine-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b28464 · Jul 25, 2016

History

7 Commits
Jul 25, 2016
Feb 29, 2016
Feb 29, 2016

Repository files navigation

Alpine Linux docker image with the Symfony installer set up with "symfony" as entrypoint.

$ docker run --rm -it -v $(pwd):/data jimlei/alpine-symfony new my_project_name

Alias

Add to ~/.bashrc

alias symfony='docker run --rm -it -v $(pwd):/data jimlei/alpine-symfony'

Load the changes

$ source ~/.bashrc

Usage

$ symfony new my_project_name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published