container_update_info: Update the information about a container.

Description Usage Arguments Author(s) Examples

View source: R/harbor_container.R

Description

This queries docker (on the host) for information about the container, and saves the returned information into a container object, which is returned. This does not use reference semantics, so if you want to store the updated information, you need to save the result.

Usage

1

Arguments

container

A container object

Author(s)

Winston Change winston@stdout.org

Examples

1
2
3
4
## Not run: 
con <- container_update_info(con)

## End(Not run)

cloudyr/googleComputeEngineR documentation built on Jan. 23, 2022, 8:30 a.m.