container_logs function

Retrieve logs for a container.

Retrieve logs for a container.

container_logs(container, timestamps = FALSE, follow = FALSE)

Arguments

  • container: A container object
  • timestamps: Show timestamps.
  • follow: Follow log output as it is happening.

Examples

## Not run: container_rm(con) ## End(Not run)

Author(s)

Winston Change winston@stdout.org