Created
January 29, 2016 14:05
-
-
Save DenBeke/7f683184e1df767d6002 to your computer and use it in GitHub Desktop.
Docker PHP 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run -it -p 9000:9000 -v /home/:/home/ --net="host" osminogin/php-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deamon:
sudo docker run -d -it -p 9000:9000 -v /home/:/home/ --net="host" osminogin/php-fpm