grim/containers/package_cloud

9f71f68afe30
go back to the _ name as that's what the gem is named
# 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
```