Param name | Description |
---|---|
container required |
Value: Must be a Hash |
container[name] required |
Value: Must be String |
container[compute_resource_id] required |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
container[registry_id] optional , nil allowed |
Registry this container will have to use to get the image Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
container[image] optional , nil allowed |
Image to use to create the container. Format should be repository:tag, e.g: centos:7 Value: Must be String |
container[tty] optional , nil allowed |
Value: Must be 'true' or 'false' |
container[entrypoint] optional , nil allowed |
Value: Must be String |
container[cmd] optional , nil allowed |
Value: Must be String |
container[memory] optional , nil allowed |
Value: Must be String |
container[cpu_shares] optional , nil allowed |
Value: Must be a number. |
container[cpu_sets] optional , nil allowed |
Value: Must be String |
container[environment_variables] optional , nil allowed |
Value: Must be Hash |
container[attach_stdout] optional , nil allowed |
Value: Must be 'true' or 'false' |
container[attach_stdin] optional , nil allowed |
Value: Must be 'true' or 'false' |
container[attach_stderr] optional , nil allowed |
Value: Must be 'true' or 'false' |
container[katello] optional , nil allowed |
Value: Must be 'true' or 'false' |