miércoles, 9 de abril de 2025

Kubernetes - Passing multiple commands to the container

You can send multiple entrypoint commands to a Docker container in the command tag of kubernetes config file.

command: ["/bin/sh","-c"]
args: ["command one; command two && command three"]

No hay comentarios:

Publicar un comentario