Make sure container is in start mode. To start cont use #docker start contid
If cont is started already then you need to forward port use this #docker run --name givecontname -p 8080:8080 image
Now check with port 8080