Nome parâmetro | Descrição |
---|---|
container requerido |
Value: Must be a Hash |
container[name] opcional , nulo permitido |
Value: Must be String |
container[compute_resource_id] requerido |
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] opcional , nulo permitido |
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[repository_name] requerido |
Name of the repository to use to create the container. e.g: centos Value: Must be String |
container[tag] requerido |
Tag to use to create the container. e.g: latest Value: Must be String |
container[tty] opcional , nulo permitido |
Value: Must be ‘true’ or ‘false’ |
container[entrypoint] opcional , nulo permitido |
Value: Must be String |
container[command] requerido |
Value: Must be String |
container[memory] opcional , nulo permitido |
Value: Must be String |
container[cpu_shares] opcional , nulo permitido |
Value: Must be a number. |
container[cpu_set] opcional , nulo permitido |
Value: Must be String |
container[environment_variables] opcional , nulo permitido |
Value: Must be Hash |
container[attach_stdout] opcional , nulo permitido |
Value: Must be ‘true’ or ‘false’ |
container[attach_stdin] opcional , nulo permitido |
Value: Must be ‘true’ or ‘false’ |
container[attach_stderr] opcional , nulo permitido |
Value: Must be ‘true’ or ‘false’ |
container[capsule_id] opcional , nulo permitido |
The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry. Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |