$ docker run --name my_s3 -d -p 4569:4569 lphoward/fake-s3 # ダミーS3でバケット作成 $ aws --endpoint-url http://192.168.99.100:4569 s3 mb s3://test $ touch test1.txt $ aws --endpoint-url http://192.168.99.100:4569 s3 cp test1.txt s3://test/
$ docker run --name my_s3 -d -p 4569:4569 lphoward/fake-s3 # ダミーS3でバケット作成 $ aws --endpoint-url http://192.168.99.100:4569 s3 mb s3://test $ touch test1.txt $ aws --endpoint-url http://192.168.99.100:4569 s3 cp test1.txt s3://test/