Description Usage Arguments Author(s) Examples
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.
1 | container_update_info(container)
|
container |
A container object |
Winston Change winston@stdout.org
1 2 3 4 | ## Not run:
con <- container_update_info(con)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.