Skip to content

Instantly share code, notes, and snippets.

@vacax
Created October 11, 2019 22:10
Show Gist options
  • Save vacax/f44b462801bdb99fdced429558211fb2 to your computer and use it in GitHub Desktop.
Save vacax/f44b462801bdb99fdced429558211fb2 to your computer and use it in GitHub Desktop.
Crear Imagen
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