jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

[Question] how to use aws cli in container to interact with fake-s3 #219

Open KashyapKunal opened 6 years ago

KashyapKunal commented 6 years ago

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.

jubos commented 6 years ago

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?

KashyapKunal commented 6 years ago

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

jubos commented 6 years ago

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.