DEV Community

Discussion on: August 21st, 2020: What did you learn this week?

Collapse
 
yukimochii profile image
Vivian T.

it might sound silly but it was a huge win for me: I finally managed to start my first docker container and connected it to DBeaver and my Laravel project! :D after sooooooo many tries and conflicts and outdated guides hahahaha
all this pain in a single line:
docker run --name mysql-container -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_ROOT_HOST=% -d mysql/mysql-server:latest

Collapse
 
nickytonline profile image
Nick Taylor

Chow Yun-fat giving a thumbs up