Installation and Upgrade Guide > TDV Docker Container > Launching TDV Containers (Single Node) > Linux
 
Linux
This section explains how to start a TDV Docker container on a Docker environment hosted on the Linux platform.. The bridge, host, macvlanet and user specified bridge network options in Docker should work for a TDV Container on this platform.
TDV Docker container example
Resource Configuration: small (poc/demo) : 2 CPUs/cores, 8 GB memory, external container volume tdv-vol with 8GB persistent readable/writable storage.
TDV configuration : base port (9400), admin password (default), server memory (default). Refer to the Dockerfile.tdv for TDV Docker image default values.
$ docker volume create tdv-vol
$ docker run -itd --mount type=volume,source=tdv-vol,target=/opt/TIBCO --cpus=2.000 -m=8g --name tdv myrepo/tdv:8.4 tdv.server