# Docker

```  
$ docker run --name test-mysql -e MYSQL\_ROOT\_PASSWORD=strong\_password -d mysql  
```