Bash Commands at startup

I've recently started having my Gulp configuration run at start up.

I have a Bash Alias that I use to start my docker containers, and I'm wanting to add a configuration or a tool so that I can execute this bash command before gulp starts running, so that all my docker containers automatically start running at start up.

I am aware of the built-in docker configurations but I have not been able to get this to work correctly yet, so I'm just wanting to get my bash command running for now while I look at getting the docker configuration running as well

0
1 comment

Hi there,

Well .. you will have to use some type of Run/Debug configuration that allows execution of your bash commands.

Right now I can suggest just another Gulp/Grunt task that you run before your main existing Gulp task.

P.S. Considering that multiple tasks can be run in parallel (and not one after another waiting for previous one to finish properly) .. I would suggest to create one separate Gulp task that will do both of those commands in correct order & timing.

1

Please sign in to leave a comment.