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.
To create a image from container execute the command below:
docker commit hw_container hw_image