Announcing Slipway

This is a mix extension that creates a boilerplate docker image for any mix project.

https://github.com/chriseyre2000/slipway

To use this download the release and use:

mix archive.install slipway-0.1.0.ez

This adds a new command to mix.

mix slipway.gen.docker

This generates a minimal docker file for the elixir project, based upon https://pentacent.medium.com/getting-started-with-elixir-docker-982e2a16213c but now working with mix release instead of distillery.

Slipway will gain several other generators over time. The intent is to create a tool that eases the use of Elixir in Kubernetes.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s