This is docker logs showing:
This is portainer showing:
docker pull mysql:latest
2.Run it
docker run -it -d --name mysql -e MYSQL_ROOT_PASSWORD=123456 mysql
3.Open portainer in browser and log in. Go to the mysql container log we just created.