You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
Like the title says, I'm attempting to perform a basic duffle build from the examples, but I'm unsure how to point duffle to a non-local docker engine.
Use case is we'd like to package our deployment and require as little pre-work as possible with as simple of an execution process as we can make it. Having our clients need to install a docker engine to be able to run our package would be a bit much.
The text was updated successfully, but these errors were encountered:
I don't have access to a Windows machine right now, but I think you can use the default Docker environment variable DOCKER_HOST to point to the daemon.
Like the title says, I'm attempting to perform a basic duffle build from the examples, but I'm unsure how to point duffle to a non-local docker engine.
Use case is we'd like to package our deployment and require as little pre-work as possible with as simple of an execution process as we can make it. Having our clients need to install a docker engine to be able to run our package would be a bit much.
The text was updated successfully, but these errors were encountered: