I have installed docker successfully and try to install phpmyadmin and mysql.
I have did following steps. Using below link I have pulled php version
https://hub.docker.com/r/codepulse/php-7.2.0-apache-mysql/ - docker pull codepulse/php-7.2.0-apache-mysql
- docker pull phpmyadmin/phpmyadmin
After installing it when I execute docker ps -a I could not found any container there.
Could any one help to install phpmyadmin and mysql.