Updating the in Docker

This section describes how to update the when a new version becomes available.

To avoid potential caching issues, recommend that you clear your browser cache or perform a hard reload. For more information, refer to your browser’s documentation.

To update the when it is deployed in Docker

Perform the steps described in section Starting the [%=helplibrary.ProdComp: FLSM%] in Docker to start the .

Open a command prompt and run the following command to verify the current image version:

docker image ls

You will see output similar to the following:

REPOSITORY         TAG         IMAGE ID         CREATED          SIZE

revenera/flsm      2023-06     135f63352db8     3 months ago     47.4MB

Use the following command to show all running containers:

docker ps

You will see output similar to the following (shortened for brevity):

CONTAINER ID  IMAGE                  COMMAND                 CREATED       STATUS        PORTS
1b8df6ec4636  revenera/flsm:2023-06  "/docker-entrypoint.…"  2 months ago  Up 9 seconds  0.0.0

Use the following command to stop the running FLSM container:

docker stop <containerID>

Use the following command to remove the old FLSM container:

docker rm <containerID>

Optionally, remove the old image file using the following command:

docker rmi <imageID>

You will see output similar to the following:

Untagged: revenera/flsm:2023-06

Deleted: sha256:e49c49ae2059d2a731cbd42fb88b53d852eeb03c11452e784310394f0a411ad7

Deleted: sha256:a13e3fadbe610a1255b0c0458e2ebd0866c604997054fbcfa24792aa434999a2

Deleted: sha256:9d3dbc2800ab74b817eae5f55c049e52b88d4881f06d537a48ebe72599d80a85

Deleted: sha256:070f136fdcee1cb6669f5057d296e1bc1fcfe87ead5c4dac8ca4c7c6dabcda2c

Deleted: sha256:84858bd9f6789f7b03241900b71d1324506222291d45d516d85c2f0d87f3299a

Deleted: sha256:48e01136a4fe25c5cdcc1aa6c5c4bdedfbecc1725ff53972e7327c36c4323c8e

Deleted: sha256:34325996f3c88e4aa749af90c2ae68985ff3ba7e530b07a54f73c6dbfaad2f39

Deleted: sha256:063d62e474734c802a5b3443a8ee8b365cc914771c6ce98f94a8ce003dce96d8

Deleted: sha256:6044cb9ca9f9c6b001c626536bba1d45e96dcd9bff5b35232201c52010047cdf

Deleted: sha256:7e6c041bf6dfaff2f3084f510f9ce4803c5c6916554533816c0b774f48bd563f

Deleted: sha256:f1417ff83b319fbdae6dd9cd6d8c9c88002dcd75ecf6ec201c8c6894681cf2b5

This concludes the steps for removing the old version of the .

Perform the steps described in section Deploying the [%=helplibrary.ProdComp: FLSM%] with Docker to install the new version of the .