container_logs {googleComputeEngineR} | R Documentation |
Retrieve logs for a container.
Description
Retrieve logs for a container.
Usage
container_logs(container, timestamps = FALSE, follow = FALSE)
Arguments
container |
A container object |
timestamps |
Show timestamps. |
follow |
Follow log output as it is happening. |
Author(s)
Winston Change winston@stdout.org
Examples
## Not run:
container_rm(con)
## End(Not run)
[Package googleComputeEngineR version 0.3.0 Index]