Parámetros

Nombre del parámetro Descripción
container
requerido

Validations:

  • Must be a Hash

container[name]
opcional , nil permitido

Validations:

  • Must be String

container[location_ids]
opcional , nil permitido

REEMPLAZAR ubicaciones con ID dadas

Validations:

  • Must be an array of any type

container[organization_ids]
opcional , nil permitido

REEMPLAZAR organizaciones con ID dadas.

Validations:

  • Must be an array of any type

container[compute_resource_id]
requerido

Validations:

  • 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 , nil permitido

Registry this container will have to use to get the image

Validations:

  • 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

Validations:

  • Must be String

container[tag]
requerido

Tag to use to create the container. e.g. latest

Validations:

  • Must be String

container[tty]
opcional , nil permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[entrypoint]
opcional , nil permitido

Validations:

  • Must be String

container[command]
requerido

Validations:

  • Must be String

container[memory]
opcional , nil permitido

Validations:

  • Must be String

container[cpu_shares]
opcional , nil permitido

Validations:

  • Must be a number.

container[cpu_set]
opcional , nil permitido

Validations:

  • Must be String

container[environment_variables]
opcional , nil permitido

Validations:

  • Must be Hash

container[attach_stdout]
opcional , nil permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[attach_stdin]
opcional , nil permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[attach_stderr]
opcional , nil permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[capsule_id]
opcional , nil permitido

The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry.

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.