Last night I pushed a basic image of CentOS to Docker Hub and I'm trying to get it to work by pulling it from Docker Hub (my repository page). Specifically, I'm trying to get "secondCommit" and I ran the image so I have it in my containers. I'm running the container with docker start <container ID>
and it just shows the container ID in the command prompt but doesn't start it.
Run the image using the following command -
docker run -ti <image_name>:<tag>