Answers for "why do we need to pass /bin/bash to exec into docker container"

0

why do we need to pass /bin/bash to exec into docker container

aws s3 rm s3://mybucket --recursive
Posted by: Guest on March-14-2021
0

why do we need to pass /bin/bash to exec into docker container

import boto3    
s3 = boto3.resource('s3')
bucket = s3.Bucket('my-bucket')
# suggested by Jordon Philips 
bucket.objects.all().delete()
Posted by: Guest on March-14-2021

Code answers related to "why do we need to pass /bin/bash to exec into docker container"

Browse Popular Code Answers by Language