You must have Docker Engine installed. See https://docs.docker.com/get-docker/ for information on how to do that.
If running Docker Desktop, please adjust your memory configuration so that 4 gb will be available to the container running the fd_tcat_postgres image.
...
Code Block |
---|
docker run --name flexdeploy -p 5432:5432 -p 8000:8080 -e TZ=$(date +%Z) flexdeploy/fd_tcat_postgres
or
docker run --name flexdeploy -p 5432:5432 -p 8000:8080 -e TZ=America/Chicago flexdeploy/fd_tcat_postgres
|
...
After some time, you can close command session that started FlexDeploy docker container. If you use Ctrl + C, then container will exit, just close session window.
...