docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

no way to set "password" while downloading #5665

Open shressur opened 4 years ago

shressur commented 4 years ago

Expected behavior

Actual behavior

Information about the Issue

Steps to reproduce the behavior

  1. ...
  2. ...
shressur commented 4 years ago

I don't see an option to set "MySql PASSWORD" while downloading MySql. docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag Kitematic just downloaded MySql and threw an error at the end for "no password".