How to setup phpmyadmin with docker

Hope this helps someone to setup phpmyadmin with docker…

Now it is super easy to install Portainer (GUI to touch Docker) on Wappler directly.
After installing Portainer,

Please do this process first : Project Settings>Targets>Docker Remote(after choosing “Docker Engine” for Hosting and “Remote” for Connection)>Manage>Hammer icon>Install Portainer

Next, hit the target with port number 9000, if you don’t changed anything.

Then Potainer will start, so please do an initial setup there.

After setup, please open your target docker and container, and press the button “+Add container”.

Name whatever you want, and get an image phpmyadmin/phpmyadmin.

Set manual network port like this.

Select “Interactive & TTY” at Console.

You may see phpmyadmin like below.

Then open phpmyadmin, and link your DB. From “Join a network”, select your target.

Now you may open phpmyadmin!!

If I’m wrong, please correct me.

2 Likes