Every so often after powering off the raspberry pi the bootstrap docker container fails to create the core container.
It gives these sort of errors in the logs:
Starting bluerobotics/blueos-core
/bootstrap/bootstrap.py:189: UserWarning: Error trying to start image: 500 Server Error for http+docker://localhost/v1.41/containers/create?name=blueos-core: Internal Server Error ("cannot mount volume over existing file, file exists /var/lib/docker/overlay2/6db9954f230e7be8e61b8fc60269704a7edbaeb1cfbe7a0b1af9ddd95cb38734/merged/etc/machine-id"), reverting to default...
warn(f"Error trying to start image: {error}, reverting to default...")
Starting bluerobotics/blueos-core
/bootstrap/bootstrap.py:189: UserWarning: Error trying to start image: 500 Server Error for http+docker://localhost/v1.41/containers/create?name=blueos-core: Internal Server Error ("cannot mount volume over existing file, file exists /var/lib/docker/overlay2/eebec0b04bb51cf597dee42acf29b26766cd46fc2ed0630fb133bf925c0283e2/merged/etc/dhcpcd.conf"), reverting to default...
warn(f"Error trying to start image: {error}, reverting to default...")
Just wondering if there were any ideas as to why this is occurring. When I list the docker volumes, there are none, so I am not too sure why it tings it cannot mount the volume.