grim/containers/package_cloud

Update to the latest package cloud

2018-02-07, Gary Kramlich
dbe671c6a43e
Update to the latest package cloud
# Package Cloud
A simple alpine based container for [package_cloud](https://packagecloud.io).
## Usage
```
docker run -it --rm rwgrim/package_cloud help
```
To upload packages use the following command
```
docker run -it --rm -v <path-to-packages>:/packages -e PACKAGECLOUD_TOKEN=<your api token> push <username>/<repo>/debian/stretch *.deb
```