Created
December 7, 2014 23:45
-
-
Save zuigon/2a930f21bd1bbb52ef2e to your computer and use it in GitHub Desktop.
This file contains 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 build -t="docker-contao" . # ovo ce potrajati ... | |
export CONTAO_ID=$(sudo docker run -d -p 8080:80 docker-contao) | |
export IP_ADDR=$(sudo docker inspect $CONTAO_ID | grep IPAddress | awk '{print $2}' | sed 's/\"//g;s/\,//g') | |
xdg-open http://HOSTNAME:8080/contao/install.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment