You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think readme is not correct when it comes to logging into mysql container.
I have to do docker ps and get sha of running container to get inside the container, the label doesnt work for some reason.
Neither mysql or mysqldb did not work.
docker-nginx-php-mysql|master⚡ ⇒ docker exec -it mysql bash
Error: No such container: mysql
docker-nginx-php-mysql|master⚡ ⇒ docker exec -it 89dcfc77a965 bash
root@89dcfc77a965:/#
The text was updated successfully, but these errors were encountered:
I think readme is not correct when it comes to logging into mysql container.
I have to do docker ps and get sha of running container to get inside the container, the label doesnt work for some reason.
Neither mysql or mysqldb did not work.
The text was updated successfully, but these errors were encountered: