Bash script not working with double quotation – Docker
When I run the script below it works fine but I have to enter the PublicDNS in the script. This script has single quotes. sh ''' ssh -o StrictHostKeyChecking=no -i my-key.pem [email protected] "sudo yum update -y && sudo yum install…