- On your Windows platform (VM or Bare-Metal) install Docker for Windows
- Open the PowerShell (Start -> Windows Power Shell -> Windows Power Shell)
- Run the following command inside powershell to start TrueCommand, replacing [hostdirectory] with a path to where you want TrueCommand to store its local database:
NOTE: Replace [portnumber] and [sslportnumber] with the ports you wish to expose for TC access.
docker run --pull=always --restart unless-stopped --detach -v "[hostdirectory]:/data" -p [portnumber]:80 -p [sslportnumber]:443 ixsystems/truecommand
Example:
docker run --pull=always --restart unless-stopped --detach -v "C:/truecommand/:/data" -p 80:80 -p 443:443 ixsystems/truecommand
If successful, you should see something similar to the following, and be able to access TrueCommand on http://localhost:80
Docker Deployment:
Initial Login Screen: