Small symfony-installer image based on Alpine linux (~17 Mo)
2.7K
Small symfony-installer image based on Alpine linux (~17 Mo)
docker run --rm -it -v $HOME:$HOME -w $PWD -u `id -u`:`id -g` iamluc/sf-installer
Create an alias
alias symfony="docker run --rm -it -v \$HOME:\$HOME -w \$PWD -u \`id -u\`:\`id -g\` iamluc/sf-installer"
docker build -t iamluc/sf-installer .
Content type
Image
Digest
sha256:ed79c5598…
Size
6 MB
Last updated
almost 7 years ago
docker pull iamluc/sf-installer