dash
dash copied to clipboard
Run "dev dash up" as part of the Ansible playbook?
Looks like dev dash up
runs by default when you call dev up
, but in my case I didn't have any project to run with dev up
but just wanted to run some "peripheral" container and use nginx-proxy for it.
Eventually I figured I need to run dev dash up
, but maybe it's worth adding it to the playbook or at least mention in the README.
That's a great suggestion. I will add it to the README.
I found it difficult to create a machine, make sure it is up, and then bring up the dns containers on it. Is there a way to reliably do that?
@manojlds Is that part of this issue or a different issue? What problems are you running in to?
@silvamerica I misunderstood the issue. My problem was creating the machine and spinning up the containers for dns via the playbook doesn't work as the VM will be restarting when you try to start the containers.