Jump to content

Shahar

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Shahar

  1. Let's simplify my question to how do I create a workflow while having docker daemon available?
  2. Howdy, I'd like to create a workflow which starts a Docker quick terminal, which is basically a shell script which starts the docker daemon. After the docker daemon is ready, meaning the shell script has finished and the shell is ready to receive command I'd like to run my shell commands, such as cd to a specific dir and running docker-compose commands. The problem I tend to get stuck with is running the shell commands when the docker daemon is ready, it doesn't wait until the new "shell" is ready for the docker commands. This is the quick term command I run within my Alfred Terminal command script: bash --login '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh' I want to run my other commands, which I appended using && only after the daemon is ready. I'm must be doing things wrong here and would appriciate any assistance. Cheers, Shahar
×
×
  • Create New...