read_file | R Documentation |
Read a file from a container
read_file(container_id, path_container)
container_id |
The name of the container, usually the repository name on dockerhub. |
path_container |
The path of the file inside the container |
if (test_docker_installation()) {
set_default_config(create_docker_config(), permanent = FALSE)
read_file("alpine", "/etc/hosts")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.