containers_docker:specs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
containers_docker:specs [2025/07/15 06:38] – kirtisingh | containers_docker:specs [2025/07/15 08:14] (current) – kirtisingh | ||
---|---|---|---|
Line 31: | Line 31: | ||
</ | </ | ||
- | * **repo_name** - required - It is actually the image name | + | * **repo_name** - required - It is actually the image name. |
- | * **tag_name** - optional - The tag associate with the repo/image. If no tag is specified, ' | + | * **tag_name** - optional - The tag associate with the repo/image. If no tag is specified, ' |
+ | * **image_file_path** - optional - If this attribute is not provided, the system will try to pull the image from the Docker Hub. But when it is provided, it will try to load image(s) from the specified file. | ||
+ | * **container_entry_point** - conditional - If provided, will be used as the entry point in Docker' | ||
+ | * **container_cmd** - conditional - If provided, will be used as the command in Docker' | ||
+ | < | ||
+ | " | ||
+ | </ | ||
+ | * **container_user** - required - The system user under which the container runs. | ||
+ | * **container_volumes** - optional - An array of system folders which are made accessible to the container | ||
+ | * * e.g. the entry of / | ||
+ | * * e.g. the entry of / | ||
+ | * **container_port** - optional - The port within the container on which your application runs | ||
+ | * **vhost** - conditional - Associated VHost/ | ||
+ | * **vhost_url** - conditional - If vhost is used | ||
+ | * **open_port** - optional - The port via which the container will be accessible to the world. If this attribute is present , then container_port is also required. | ||
containers_docker/specs.1752561494.txt.gz · Last modified: 2025/07/15 06:38 by kirtisingh