as.container: Coerce an object into a container object.

Description Usage Arguments

View source: R/driver-docker-container.R

Description

Coerce an object into a container object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
as.container(x, host = localhost)

## S3 method for class 'character'
as.container(x, host = localhost)

## S3 method for class 'list'
as.container(x, host = localhost)

## S3 method for class 'container'
as.container(x, host = localhost)

Arguments

x

An object to coerce

host

A docker host

A container object represents a Docker container on a host.


james-atkins/resurrectr documentation built on Feb. 16, 2021, 12:06 a.m.