Mattias Petter Johansson
11/26/2023, 5:16 PMMarvin
11/26/2023, 5:16 PMbash
docker --version
If Docker is installed, you should see the version number printed out. If not, you'll need to install Docker.
Next, let's ensure that your AWS instance has the necessary permissions to pull Docker images. You'll need to have the AmazonEC2ContainerRegistryFullAccess policy attached to your instance. You can check this in the AWS Management Console.
Finally, can you provide the exact error message you're seeing when you try to pull the Prefect Docker image? This will help us better understand what might be going wrong.Mattias Petter Johansson
11/26/2023, 5:20 PMMattias Petter Johansson
11/26/2023, 5:21 PMMarvin
11/26/2023, 5:21 PM