Skip to content

Commit 7fff647

Browse files
RamSubbaraoGitHub Enterprise
authored and
GitHub Enterprise
committed
update podman run command (#747)
1 parent f442900 commit 7fff647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create podman secrets with secret names as “mqAdminPassword” & "mqAppPasswor
1414
- `printf "passw0rd" | podman secret create mqAppPassword -`
1515

1616
Run container referencing mounted secrets:
17-
- `podman run --secret mqAdminPassword,type=mount,mode=0777 --secret mqAppPassword,type=mount,mode=0777 --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --publish 1414:1414 --publish 9443:9443 --detach --name QM1 icr.io/ibm-messaging/mq:latest`
17+
- `podman run --secret mqAdminPassword --secret mqAppPassword --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --publish 1414:1414 --publish 9443:9443 --detach --name QM1 icr.io/ibm-messaging/mq:latest`
1818

1919
### Example usage with docker:
2020

0 commit comments

Comments
 (0)