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

Docker support #20

Open
schmunk42 opened this issue Jun 19, 2016 · 4 comments
Open

Docker support #20

schmunk42 opened this issue Jun 19, 2016 · 4 comments
Milestone

Comments

@schmunk42
Copy link

Hi @tmrts,

I just noticed you starred https://github.com/schmunk42/docker-boilr
Let me know if you'd like to integrate Docker support for boilr.

The above repo is a bit experimental at the moment, especially regarding host-volumes. But any feedback is very welcome!

@tmrts tmrts added this to the 0.3 milestone Jun 20, 2016
@tmrts
Copy link
Owner

tmrts commented Jun 20, 2016

Hey Tobias,

Thanks for your work. I'd be interested/happy to help you with integrating your work to boilr.
I'm not sure about the aliasing, but other than that it's very cool!

Let me know if you want to integrate it or I can try doing it

@tmrts
Copy link
Owner

tmrts commented Jul 1, 2016

@schmunk42 any updates on this? let me know if you need help or if you don't have time to work on this. In the meanwhile feel free to edit the wiki to point to docker-boilr

@schmunk42
Copy link
Author

schmunk42 commented Jul 4, 2016

Sorry for my late reply.

The first thing I noticed when building the image was, that I need to mount two volumes from my host, since I think it makes no sense to create files with boilr just in the container.

How would you call boilr running with Docker?

An alternative could also be to use docker-compose for that, a yml file could look like:

version: '2'
services:
  boilr:
    image: schmunk42/boilr
    volumes:
      - ~/.config/boilr:/root/.config/boilr
      - ./:/project

@schmunk42
Copy link
Author

schmunk42 commented Dec 1, 2016

I am using boilr since a while with this alias

alias boilr="docker run -it --rm -v ${HOME}/.config/boilr:/root/.config/boilr -v ${PWD}:/project --workdir /project schmunk42/boilr"

Should be interchangeable with native usage.

@tmrts tmrts modified the milestones: 0.4, 0.3 Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants