Skip to content

Docker

Step 1: Navigate to your Dockerfile

Locate the Dockerfile used to create your Docker image.

Note

Check the Dockerfile for the download paths to both the FusionReactor agent jar and the debug library. These paths should be specified within the Dockerfile.

Step 2: Use download paths

Ensure that you are using the download paths specified in the Dockerfile to obtain the FusionReactor agent jar and debug library. Do not download these files manually. Using the download paths ensures that when you rebuild your Docker image, it will pull directly from the FusionReactor website the latest version of each file.

Step 3: Rebuild your Docker image

After verifying and updating the download paths in your Dockerfile, rebuild your Docker image. This can typically be done using the docker build command.

Step 4: Restart Docker containers

Once the Docker image is rebuilt with the latest version of FusionReactor, restart your Docker containers to apply the changes.

Step 5: Verify FusionReactor version

After restarting the Docker containers, verify that FusionReactor has been upgraded to the latest version by navigating to the instance in a web browser. You should see the updated version of FusionReactor reflected in the web interface.

By following these steps, you can successfully upgrade FusionReactor in your Docker container while ensuring that you are using the latest version available from the FusionReactor website.


Need more help?

Contact support in the chat bubble and let us know how we can assist.