From 31df116eed6813a5f6e7e44b4aa1d9ffa5e32726 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 11 Sep 2024 14:58:30 +0100 Subject: [PATCH] typos --- docs/tutorials/launch_example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/launch_example.md b/docs/tutorials/launch_example.md index 07a1a80f..65f5feb6 100644 --- a/docs/tutorials/launch_example.md +++ b/docs/tutorials/launch_example.md @@ -1,14 +1,14 @@ # Launch A Simulation Beamline -In this tutorial we will launch a simulation beamline using docker compose. This demonstrates that the a containerised beamline is portable and that the setup instructions from the previous tutorial have been successful. +In this tutorial we will launch a simulation beamline using docker compose. This demonstrates that a containerised beamline is portable and that the setup instructions from the previous tutorial have been successful. :::{note} This tutorial has been tested with the following versions of software. If you have issues then you may need to update your software to these versions or higher. - git 2.43.5 - One of the following - - docker 20.10.0 + - docker 27.2.0 - podman 4.9.4 and docker-compose 2.29.2 See "Start the Podman system service" in [this article](https://www.redhat.com/sysadmin/podman-docker-compose) to set up podman and docker-compose