Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 482 Bytes

Docker dev image

PHP

Start a ready for dev docker image on your PCs with PHP 7, composer, PHPUnit & vim

chvuagniaux/dev:php7.0 - The Dockerfile
chvuagniaux/dev:php7.1 - The Dockerfile
chvuagniaux/dev:php7.2 - The Dockerfile

docker run -it chvuagniaux/dev:php7.1

Need to run command with the user id 33 (www-data) ?

root@9b49a0499d62:/# su www-data
www-data@9b49a0499d62:/$