I recently updated to DD 4.33.0 and now I’m having a challenge starting my containers. I can start a container and after 5-6 seconds it stops with a status of Exited(1). It doesn’t matter which container all show the same Exited(1) status.
If I run “Docker ps -a” I can see the Container IDs and etc.
I have tried running "Docker run -it with and without /bin/bash and receive an error “Unable to find image ‘containerID:latest’ locally”. I also tried "Docker start : It starts but after 5-6 seconds stops with a status of Exited(1).
I have not found anything in the log file that would give me a clue as to the challenge.
Your suggestions are appreciated.
OS: Mac ARM with DD Linux running MS SQL Server: 2022 latest
In order to understand your situation, we need some context information.
Please share the output of this command:
docker info
Furthermore, we need the exact docker run command, or if docker compose or docker stack deploy was used the content of the compose file. If a Dockerfile is used, please share its content as well.
This command looks generated, rather than what you actually used to create the container.
There are arguments included no one would actually specify, and environment variables missing that are required for the image.
I then decided to use Docker Desktop Volumes in order preserve important files on the host in case DD had a challenge. I utilize a backup extension name “Volumes Backup & Share” so I do have backups.
I have been running DD for the last 9 months without any challenges and starting the container by entering the DD container page>selecting the appropriate container>Actions>Start. I updated to DD 4.33.0 the other day and that is when my challenges started: after clicking on Actions>Start, the status changes to running. Wait 5-6 seconds and then the status changes to Exited(1).
I tried using a Terminal command for the Docker run I posted and it errored:
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested.