
You can grep and check specific context as mention in the above command.
ELINKS INSTALL UBUNTU HOW TO
This list all the containers which have run in the past/history of run container’s How to check IP address or other details of containers which are running ec2-user]# docker inspect 4abb5bb3abfa | grep -i ipaddress How to check container history which has run in the past ec2-user]# docker ps -aĨf6da1019e14 nginx "nginx -g 'daemon of…" 2 minutes ago Up 2 minutes 80/tcp brave_goldstineĩd68fd1cde24 nginx "-d" 2 minutes ago Created 80/tcp nervous_ramanujanĬ7d4e2878ac1 centos "/bin/bash" 9 minutes ago Exited (0) 9 minutes ago condescending_bartikģ567a989e75a amazonlinux "./bin/sh" 2 days ago Exited (127) 2 days ago hopeful_brattainĤ0061df52bb2 nginx "nginx -g 'daemon of…" 3 days ago Exited (0) 3 days ago youthful_mahaviraīa1a3200f2de tomcat "catalina.sh run" 3 days ago Exited (143) 3 days ago ec2-user]# It will give output in JSON format which tells what goes into nginx Image and also detail idea about how nginx images are created.Ĭommand to run the container in docker-engine ec2-user]# docker run centos Command to know which all containers are currently running ec2-user]# docker psĬONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESĨf6da1019e14 nginx "nginx -g 'daemon of…" 10 seconds ago Up 9 seconds 80/tcp ec2-user]# How to get information about Docker Object ec2-user]# docker inspect nginx You can run docker images with Image Name or Image ID. How to Check Docker Images ec2-user]# docker imagesĬentos latest 9f38484d220f 4 weeks ago 202MB
ELINKS INSTALL UBUNTU DOWNLOAD

Pivotaldata/centos-gpdb-dev CentOS image for GPDB development. Openshift/jenkins-2-centos7 A Centos7 based Jenkins v2.x image for use w… 20 Kinogmt/centos-ssh CentOS with SSH 26 Ĭentos/httpd-24-centos7 Platform for running Apache httpd 2.4 or bui… 22Ĭentos/php-56-centos7 Platform for building and running PHP 5.6 ap… 20 Gluster/gluster-centos Official GlusterFS Image Ĭentos/postgresql-96-centos7 PostgreSQL is an advanced Object-Relational … 37Ĭentos/python-35-centos7 Platform for building and running Python 3.5… 34 Openshift/base-centos7 A Centos7 derived base image for Source-To-I… 41 Tutum/centos Simple CentOS docker image with SSH access 44 Imagine10255/centos6-lnmp-php56 centos6-lnmp-php56 53 Ĭentos/mysql-57-centos7 MySQL 5.7 SQL database server 51

Jdeathe/centos-ssh CentOS-6 6.10 x86_64 / CentOS-7 x86… 107 Ĭonsol/centos-xfce-vnc Centos container with "headless" VNC session… 85 5299 Īnsible/centos7-ansible Ansible on Centos7 121 NAME DESCRIPTION STARS OFFICIAL AUTOMATEDĬentos The official build of CentOS.

How to search any images on Docker hub using CLI $ docker search centos ec2-user]# docker search centos Tomcat latest f1332ae3f570 2 weeks ago 463MBĪmazonlinux latest 01da4f8f9748 6 weeks ago ec2-user]# Nginx latest bb776ce48575 4 days ago 109MB If we don’t have any images, which means we can’t run any containers ec2-user]# docker images Check this also Docker Tutorials Docker Base Image
