Terence Westphal
Results
1
comments of
Terence Westphal
Try running it with `-i --tty` ``` docker run --rm -i --tty -e POSTGRES_PASSWORD=${password} -p ${port}:5432 --name ${containerName} ${imageName}:${imageVersion} ``` From: `docker run --help` ``` -i, --interactive Keep STDIN open...