azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
897 stars 63 forks source link

[Manifest] Adding `resolve` to `path` options. #549

Closed nuxlli closed 8 years ago

nuxlli commented 8 years ago

This new option adds possibility of mountings paths on machine where Docker is running for containers avoiding azk's file path expansion.

In practice this makes possible to access Docker socket within a container managed by azk, allowing things like "Running Docker inside azk" (#548)

mounts: {
  '/var/run/docker.sock': path('/var/run/docker.sock',  { resolve: false })
},
gullitmiranda commented 8 years ago

@nuxlli this improvement will be made with other feature?

nuxlli commented 8 years ago

Merged with: https://github.com/azukiapp/azk/commit/363f07cff26622cd4f473f0f4ace639b17ddb5e2