File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENTRYPOINT ["/bin/bash", "-c"]
1515
1616# Set the default command to print a user-friendly message
1717CMD ["printf \" Welcome to the Bash Init Container!\n \
18- The following tools are available: ${PACKAGES} \n \
19- You can run commands interactively or use it in your Kubernetes/ECS init containers.\n \
20- This container is designed to receive a bash script to execute as a string.\n Example Usage:\n \
21- docker run --rm -it init 'echo Hello World'\n\" " ]
18+ The following tools are available: ${PACKAGES} \n \
19+ You can run commands interactively or use it in your Kubernetes/ECS init containers.\n \
20+ This container is designed to receive a bash script to execute as a string.\n Example Usage:\n \
21+ docker run --rm -it init 'echo Hello World'\n\" " ]
You can’t perform that action at this time.
0 commit comments