Skip to content

Commit ba83c60

Browse files
authored
Merge pull request #1771 from aileenjackson/AJ_EmbedWFOCP_Master
Docker pull secrets - IM Appliance - final Edits
2 parents 76e1213 + e4c1e09 commit ba83c60

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

managing_providers/_topics/embedded_workflows.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,15 @@ Workflows must be authored in Amazon State Languages (ASL) format. As part of au
183183
Login Succeeded!
184184
```
185185
186-
Images are pulled to a local directory /var/www/miq/vmdb/data/containers/storage as the default /home/manageiq partition has insufficient space to store large images.
187-
188-
You are recommended to use a docker.io [access token](https://docs.docker.com/security/for-developers/access-tokens/) so that the token does not expire.
186+
If you use the --root flag in the podman pull, images are pulled to a local directory '/var/www/miq/vmdb/data/containers/storage' as in the example
187+
188+
```text
189+
podman pull <repository>/<image>:<tag> --root /var/www/miq/vmdb/data/containers/storage
190+
```
191+
192+
It is worth noting that the default /home/manageiq partition has insufficient space to store large images.
193+
194+
You can use any repository to store your images, for example you can use docker.io [access token](https://docs.docker.com/security/for-developers/access-tokens/) so that the token does not expire.
189195
190196
* Provide an image pull secret to a podified Kubernetes container, and then add it to a service account
191197

0 commit comments

Comments
 (0)