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

Default to development in docker #63

Open
bcaldwell opened this issue Jan 31, 2017 · 0 comments
Open

Default to development in docker #63

bcaldwell opened this issue Jan 31, 2017 · 0 comments

Comments

@bcaldwell
Copy link
Owner

bcaldwell commented Jan 31, 2017

I think it make sense to default to running code in a docker container unless the user manual overrides it. This makes it a lot easier to manages dependencies as well.

I propose adding a docker bool options to devclt.yml to disable this

---
go:
  version: 6

docker: true
docker_options:
  image: golang
  tag: 1.7
  src_directory: /go/src/github.com/...
  
scripts:
  hello:
    desc: blah
    command: echo hello
    docker: false

@karanthukral

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

1 participant