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

Publish Docker Hub Image #17

Closed
smazurov opened this issue Jul 6, 2015 · 3 comments
Closed

Publish Docker Hub Image #17

smazurov opened this issue Jul 6, 2015 · 3 comments

Comments

@smazurov
Copy link

smazurov commented Jul 6, 2015

Hey, first of all, awesome tool, thanks a lot for putting it together.

Second, would you mind publishing it as a docker image?

My usecase: we have jenkins with slaves that run docker images (all of our apps are dockerized so we run tests inside containers). The slaves can only do 1 thing, run docker. They don't have any other dependancies.

I want to keep the image that runs the slaves as minimal as I can, so I don't want to install a ton of tooling, but running tools in images is very cheap. I can of course fork and publish it myself, but I figure you want to have control of that image/project. After all, work is yours and is fantastic.

No big rush, as I can just build it once on a slave and then its cached.

@micahhausler
Copy link
Owner

Sure, that is easy enough. It looks like the current Dockerfile is broken. I'll get it up later today.

This was referenced Jul 6, 2015
@micahhausler
Copy link
Owner

docker pull ambition/container-transform
docker run --rm -v $(pwd):/data/ ambition/container-transform  docker-compose.yml
# or
cat docker-compose.yml | docker run --rm -i ambition/container-transform

:)

@smazurov
Copy link
Author

smazurov commented Jul 6, 2015

awesome, thanks a bunch!

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