@ -4,4 +4,6 @@ MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh
RUN sh install.sh && rm install.sh
WORKDIR /s3
ENTRYPOINT ["s3cmd"]
@ -4,7 +4,7 @@ Lightweight wrapper around s3cmd
## Usage
```sh
$ docker run schickling/s3cmd sync . s3://my-bucket
$ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket
```
### `s3cmd` documentation