I create a new DB in mysql
and run
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server --db-host 207.130.86.86 --db-port 3306 --db-user paul --db-pass paul --db-name rancher
and I see many the warning message. I realize the default environment is shown unhealthy after start. Why?
2017-09-14 17:14:47,173 WARN [main] [liquibase] modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use and re-specify all configuration if this is the case