Here is my problem:
I have a task running a Docker image on Amazon ECS but I would like to make a new Docker image from the running instance of the container.
You can run docker commit (docs) to save the container to an image, then push that image with a new tag to the registry.
docker commit