Running Docker Images on AWS
On a AWS instance I have already installed docker… In this post I will write about some docker images running on it
Where are the docker images? I will install docker images from
Following
https://docs.docker.com/engine/getstarted/step_three/
But there are other images:
#01: Whalesay

#02 Tateti

The image is not in my repo:
[Fri Jan 13 02:48:48 ubuntu@~ ] $ sudo docker run tetatetit/os-docker
Unable to find image ‘tetatetit/os-docker:latest’ locally
Pulling repository docker.io/tetatetit/os-docker
docker: Tag latest not found in repository docker.io/tetatetit/os-docker.
See ‘docker run — help’.
#03 Stock price
Let´s try:


HTTPServer#start: pid=1 port=4567
How can I browse it? Let´s run again with -P parameter to map the ports:

and let see the docker instances and their mapped port:

And we open the port on AWS EC2 console -> security — inbound

And the result:

Docker log (with 404):

Ok, I will finish the post there,
We run some docker instances and browse some of them