Имя параметра | Описание |
---|---|
container обязательно |
Value: Must be a Hash |
container[name] необязательно , nil разрешен |
Value: Must be String |
container[compute_resource_id] обязательно |
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] необязательно , nil разрешен |
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] обязательно |
Name of the repository to use to create the container. e.g: centos Value: Must be String |
container[tag] обязательно |
Tag to use to create the container. e.g: latest Value: Must be String |
container[tty] необязательно , nil разрешен |
Value: Must be ‘true’ or ‘false’ |
container[entrypoint] необязательно , nil разрешен |
Value: Must be String |
container[command] обязательно |
Value: Must be String |
container[memory] необязательно , nil разрешен |
Value: Must be String |
container[cpu_shares] необязательно , nil разрешен |
Value: Must be a number. |
container[cpu_set] необязательно , nil разрешен |
Value: Must be String |
container[environment_variables] необязательно , nil разрешен |
Value: Must be Hash |
container[attach_stdout] необязательно , nil разрешен |
Value: Must be ‘true’ or ‘false’ |
container[attach_stdin] необязательно , nil разрешен |
Value: Must be ‘true’ or ‘false’ |
container[attach_stderr] необязательно , nil разрешен |
Value: Must be ‘true’ or ‘false’ |
container[capsule_id] необязательно , nil разрешен |
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. |