fake-s3
fake-s3 copied to clipboard
[Question] how to use aws cli in container to interact with fake-s3
running fake s3 from a container is blocking the terminal.. so ow can i install and work with aws-cli to create and utilise bucket.
Not sure I follow. Are you trying to launch fake s3 inside of a docker container and use aws-cli on the host machine to connect?
I was trying to run fake-s3 for a different container by installing in it and as soon as I started the fakes3 server my terminal got blocked and I didn't have control to do any other thing. So how can I run fakes3 as daemon process inside container
I have never done this myself, but you should be able to have a startup process in the container just run fake-s3 with the proper arguments.