Created
October 18, 2017 07:04
-
-
Save marek-pietrzak-tg/12adf065099383fade8e01487da0426d to your computer and use it in GitHub Desktop.
Run php from docker (use it if you want to experiment with different php versions on the same machine)
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
alias php7='docker run -it --rm -v "$(pwd)":/tmp -w /tmp php php:7.1' |
Author
marek-pietrzak-tg
commented
Jul 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment