as you see only the first one shows the image. And also when i checked he container that doesnot show image i have an error ““An error has occurred while fetching the container files””". so is it possible to copy the image file to the other containers? any ideas pls
If you show us the exact docker run commands or compose file content in case docker compose was used, we can actually get an idea of what’s happening.
You can create a many containers based on the same image as you want, as long as you make sure they don’t bind the same host folder to container folders, and don’t publish the same host port. There is no such things as copying image files to containers.
The two command should create two containers from the same image. Just with the difference that both publis the container port range to a different host port range.
It appears like an ui bug to me.
Does it show everything correct, if your run docker ps -a?