I want send multiple entrypoint commands to a Docker container in the command tag of kubernetes config file.
command
apiVersion: v1 kind: Pod metadata:
use this command
command: ["/bin/sh","-c"] args: ["command one; command two && command three"]