- All Implemented Interfaces:
- Serializable
public class LogConfig
extends Object
implements Serializable
Log driver to use for a created/running container. The available types are:
json-file (default) syslog journald none
If a driver is specified that is NOT supported,docker will default to null. If configs are supplied that are not supported by the type
docker will ignore them. In most cases setting the config option to null will suffice. Consult the docker remote API for a more detailed
and up-to-date explanation of the available types and their options.
- See Also:
- Serialized Form