Skip to content

Instantly share code, notes, and snippets.

@DenBeke
Created January 29, 2016 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DenBeke/7f683184e1df767d6002 to your computer and use it in GitHub Desktop.
Save DenBeke/7f683184e1df767d6002 to your computer and use it in GitHub Desktop.
Docker PHP 5
sudo docker run -it -p 9000:9000 -v /home/:/home/ --net="host" osminogin/php-fpm
@DenBeke
Copy link
Author

DenBeke commented Mar 20, 2016

Deamon: sudo docker run -d -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