I've just upgraded from a manual built master rev 454b91e to 0.11.1, after the upgrade Docker showed my mysql-server (4db42619597c) as stopped but there were still processes running:
root 1549 1 0 Apr24 ? 00:00:00 tail -f /var/log/mysql.log
syslog 1757 1549 0 Apr24 ? 00:04:48 /usr/sbin/mysqld
The docker logs show for the shutdown before upgrade that it tried to stop it:
[debug] runtime.go:808 stopping 4db42619597cb21bb1b0800c03d983adc9fed195b827b8c9b8acc4c59de7099b
Then after restart loaded it again:
[debug] daemon.go:325 Loaded container 4db42619597cb21bb1b0800c03d983adc9fed195b827b8c9b8acc4c59de7099b
And finally tried to kill it:
[debug] daemon.go:174 killing old running container 4db42619597cb21bb1b0800c03d983adc9fed195b827b8c9b8acc4c59de7099b
The system is using btrfs if that matters.
I've just upgraded from a manual built master rev 454b91e to 0.11.1, after the upgrade Docker showed my mysql-server (4db42619597c) as stopped but there were still processes running:
The docker logs show for the shutdown before upgrade that it tried to stop it:
Then after restart loaded it again:
And finally tried to kill it:
The system is using btrfs if that matters.