Log-driver support

at this time, only the json-file log driver is supported, which is what Drone uses to extract and stream logs in the user interface. The docker community engine does not support streaming logs with custom drivers, which is problematic for Drone.

When using Docker Community Engine, the docker logs command is only available on the following drivers:

  • local
  • json-file
  • journald