Skip to content

Instantly share code, notes, and snippets.

@zuigon
Created December 7, 2014 23:45
Show Gist options
  • Save zuigon/2a930f21bd1bbb52ef2e to your computer and use it in GitHub Desktop.
Save zuigon/2a930f21bd1bbb52ef2e to your computer and use it in GitHub Desktop.
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