Parámetros

Nombre del parámetro Descripción
container
requerido

Validations:

  • Must be a Hash

container[name]
opcional , nil permitido

Validations:

  • Must be a String

container[location_ids]
opcional , nil permitido

REMPLAZAR ubicaciones con ID dadas

Validations:

  • Must be an array of any type

container[organization_ids]
opcional , nil permitido

REMPLAZAR 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 a String

container[tag]
requerido

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

Validations:

  • Must be a String

container[tty]
opcional , nil permitido

Validations:

  • Must be one of: true, false, 1, 0

container[entrypoint]
opcional , nil permitido

Validations:

  • Must be a String

container[command]
requerido

Validations:

  • Must be a String

container[memory]
opcional , nil permitido

Validations:

  • Must be a String

container[cpu_shares]
opcional , nil permitido

Validations:

  • Must be a number.

container[cpu_set]
opcional , nil permitido

Validations:

  • Must be a String

container[environment_variables]
opcional , nil permitido

Optional array of environment variables hashes. e.g. 'environment_variables': [{'name' => 'example', 'value' => '123'}]

Validations:

  • Must be an array of any type

container[attach_stdout]
opcional , nil permitido

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stdin]
opcional , nil permitido

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stderr]
opcional , nil permitido

Validations:

  • Must be one of: true, false, 1, 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.