Since 6.2+ supports the log options, you'd want to add this to the extra parameters:  --log-opt max-size=50m --log-opt max-file=1   Specifying the max size without the max-file won't actually do anything because all its going to do is archive the old logs and recreate another.  Specifying max-file will delete any old logs.   I've added this to the Docker FAQ as a number of containers are guilty about extreme logging.