https://github.com/jaxxstorm/runmydamncontainer
Run your container in the cloud provider of your choice
https://github.com/jaxxstorm/runmydamncontainer
Last synced: 5 months ago
JSON representation
Run your container in the cloud provider of your choice
- Host: GitHub
- URL: https://github.com/jaxxstorm/runmydamncontainer
- Owner: jaxxstorm
- License: apache-2.0
- Created: 2021-05-27T02:10:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:33:33.000Z (over 1 year ago)
- Last Synced: 2025-01-03T00:12:32.917Z (6 months ago)
- Language: Go
- Size: 323 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run My Damn Container
Run My Damn Container (RDC) is the multi cloud solution you've been waiting for. Deploy your container to the 3 major cloud providers with just a few lines of code.
RDC is a [Pulumi](https://pulumi.com) package that allows you to ship a built Docker Image into the major cloud providers available container running engines. It's designed to have absolutely no configurability whatsoever, if you want to configure your application or image in any way at all, hardcode it into your Docker image - there's no room for best practices in a multi cloud world.
## Installing
### Installing the Plugin Binary
You'll need to ensure the Pulumi plugin is installed. Automatic plugin acquisition doesn't currently work for third party components, so you'll need to install manually:
```
pulumi plugin install resource rdc v0.0.1-alpha.1622659303+64064f31 --server https://lbriggs.jfrog.io/artifactory/pulumi-packages/runmydamncontainer
```Update the version to refer to the [latest release]()
## Usage