Created
October 11, 2019 22:10
-
-
Save vacax/f44b462801bdb99fdced429558211fb2 to your computer and use it in GitHub Desktop.
Crear Imagen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --name micro-mysql-interno -v ~/data-mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=12345678 -e MYSQL_DATABASE=app --network app_basedatos -d -p 33007:3306 mysql:5.7.26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment