Skip to content

Commit

Permalink
Merge branch 'master' into Mrt134-patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
micjohnson777 authored Aug 16, 2024
2 parents 18898cc + 9486c14 commit d4f9279
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Enter <code>mkdir <i>directory</i></code>, where *directory* is the new name.

After creating the new directory, fetch and run the TrueCommand image.

Open a terminal and enter {{< cli >}}docker run --detach -v "/<i>hostdir</i>:/data" -p port:<i>80</i> -p ssl:<i>443</i> ghcr.io/ixsystems/truecommand:<i>v3.0.0</i>{{< /cli >}}.
Open a terminal and enter {{< cli >}}docker run --detach -v "/<i>hostdir</i>:/data" -p port:<i>80</i> -p ssl:<i>443</i> ghcr.io/ixsystems/truecommand:<i>v3.0.2</i>{{< /cli >}}.

Where *hostdir* is a directory on the host machine for Docker container data, *80* is the TrueCommand web interface port number, and *443* is the port number for secure web interface access.

To install the container with an earlier TrueCommand release, replace *v3.0.0* with the desired TrueCommand version tag.
To install the container with an earlier TrueCommand release, replace *v3.0.2* with the desired TrueCommand version tag.
For example:
`docker run --detach -v "/DockerDir:/data" -p 9004:80 -p 9005:443 ghcr.io/ixsystems/truecommand:v2.3.3`

Expand Down Expand Up @@ -101,5 +101,5 @@ To remove the existing container, enter `docker rm TrueCmd_contained`.
Start a new container that uses the new image, but make sure to use the existing volume used for the original TrueCommand container.
For example:
<code>
docker run --name <i>the name to call the container</i>> -v "<i>local host directory</i>:/data" -p <host port>:80 sslport <host port>:443 --detach ghcr.io/ixsystems/truecommand:<i>v3.0.0</i>
docker run --name <i>the name to call the container</i>> -v "<i>local host directory</i>:/data" -p <host port>:80 sslport <host port>:443 --detach ghcr.io/ixsystems/truecommand:<i>v3.0.2</i>
</code>

0 comments on commit d4f9279

Please sign in to comment.