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

Description Usage Arguments

Description

A container object represents a Docker container on a host.

Usage

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

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

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

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

Arguments

x

An object to coerce

host

A docker host


wch/harbor documentation built on May 4, 2019, 2:02 a.m.