powered by
Make a DockerHardware object
DockerHardware(cpu = 256, memory = 512, id = character(0))
Numeric(1), the CPU limitation for the docker. 1024 CPU unit corresponds to 1 core.
Numeric(1), the memory limitation for the docker, the unit is MB.
character(1) or character(0), the id of the hardware, the meaning of id depends on the cloud provider.
id
A DockerHardware object
# NOT RUN { DockerHardware() # }
Run the code above in your browser using DataLab