Configuration with Satisfactory - Installing a second Instance of Satisfactory

Looks like Docker is throwing an error. Let’s first check if Docker is running properly. Run:

sudo systemctl status docker

If Docker isn’t running, start it with:

sudo systemctl start docker

Next, let’s see if there are any issues with the Docker containers used by AMP:

sudo docker ps -a

This will list all Docker containers and their statuses. If any containers have errors, you might need to inspect them for more details. You can do this with:

sudo docker logs [container_id]

Replace [container_id] with the actual ID of the container.

Check these and let me know what you find!


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback