bash with new docker image

This commit is contained in:
Simon Martín 2019-02-12 18:53:12 +01:00
parent 3eae5ec5ab
commit 59c9ea1839

View File

@ -1,3 +1,13 @@
#!/bin/bash #!/bin/bash
docker run -it -v `pwd`:/srv carto/${1:-nodejs10-xenial-pg101:postgis-2.4.4.5} bash echo "*********************"
echo "To install Node.js, run:"
echo "/src/nodejs-install.sh"
echo "Use NODEJS_VERSION env var to select the Node.js version"
echo " "
echo "To start postgres, run:"
echo "/etc/init.d/postgresql start"
echo "*********************"
echo " "
docker run -it -v `pwd`:/srv carto/nodejs-xenial-pg101:latest bash