DockerHardware-class {DockerParallel}R Documentation

The hardware for running the docker

Description

The hardware for running the docker

Slots

cpu

Numeric(1), the CPU limitation for the docker. 1024 CPU unit corresponds to 1 core.

memory

Numeric(1), the memory limitation for the docker, the unit is MB.

id

character(1) or character(0), the id of the hardware, the meaning of id depends on the cloud provider.


[Package DockerParallel version 1.0.4 Index]