Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Docker integration #56

Open
pmatos opened this issue Jun 26, 2019 · 1 comment
Open

Feature: Docker integration #56

pmatos opened this issue Jun 26, 2019 · 1 comment

Comments

@pmatos
Copy link

pmatos commented Jun 26, 2019

This is an idea I have been thinking about but I am still not sure if should be part of Rash or a sort of plugin to rash. However, the idea is to integrate docker into Rash so that pipelines can be run inside a container.

I can imagine something like:

(with-pipeline-in-docker 'ubuntu:latest
  { sudo apt-get update
    sudo apt-get upgrade -y  })

There are problem lots of issues to solve here but something like this would be awesome. If you don't get to it, probably I will. However, if would be interesting, given you know the internals of Rash, if this is feasible at the moment.

@willghatch
Copy link
Owner

willghatch commented Jun 27, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants