Giter Club home page Giter Club logo

docker-fakes3's Introduction

docker-fakes3

A docker container for fakes3 with the service exposed on port 8000 and a data volume at /fakes3_data

It's on docker-hub and github

tags and links

running

Get a list of available command line options

docker run -it --rm fingershock/fakes3 fakes3 --help
Commands:
  fakes3 help [COMMAND]                       # Describe available commands or one specific command
  fakes3 server -p, --port=N -r, --root=ROOT  # Run a server on a particular hostname
  fakes3 version                              # Report the current fakes3 version

Run the server with port 8000 exposed. In this mode, all data will be lost when the container terminates.

docker run -it --rm fingershock/fakes3

To persist data on a host directory so it's saved across restarts just bind mount a host directory to /fakes3_data.

docker run -it --rm -v /host/s3_data:/fakes3_data:rw fingershock/fakes3

docker-fakes3's People

Contributors

btalbot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

davidnuon gvirtu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.