Skip to content

Commit e8bb2b2

Browse files
iannazziappleboy
authored andcommitted
update README.md to show how to driectly go to the mysql prompt within the mysql container (laradock#592)
1 parent ffdb35d commit e8bb2b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,12 @@ docker-compose exec {container-name} bash
534534
docker-compose exec mysql bash
535535
```
536536
537+
*Example: enter to mysql prompt within MySQL container*
538+
539+
```bash
540+
docker-compose exec mysql mysql -u homestead -psecret
541+
```
542+
537543
3 - To exit a container, type `exit`.
538544
539545

0 commit comments

Comments
 (0)