...
...
...
...
Tip |
---|
This documentation is for FlexDeploy 6.0.0.x. If you are using different version, please go to home page and select appropriate FlexDeploy version documentation. |
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.
...
Here are main steps for this type of docker image.
Pull docker image
Start container using specific image.
Step 1 - Pull Docker Image
First let's pull docker image flexdeploy/fd_tcat_postgres.
Code Block |
---|
docker pull flexdeploy/fd_tcat_postgres |
...
Step 2 - Run Docker Container
Now let's run the FlexDeploy docker image.
...