codetainerapp / codetainer

A Docker container in your browser.
MIT License
1.05k stars 108 forks source link

codetainer: modify docker daemon command in error log #21

Closed skatsuta closed 8 years ago

skatsuta commented 8 years ago

docker -d option is officially deprecated as follows:

$ docker -d
Warning: '-d' is deprecated, it will be removed soon. See usage.
WARN[0000] please use 'docker daemon' instead.

Changed docker -d to docker daemon.

Signed-off-by: Soshi Katsuta soshi.katsuta@gmail.com