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
The command that can save you typing 15 characters or more, each time!
This plugins adds start, restart, stop, up and down commands when it detects a docker-compose or Vagrant file
in the current directory (e.g. your application). Just run up and get coding! This saves you typing docker-compose
or vagrant every time or aliasing them. Also gives you one set of commands that work for both environments.
Docker
Aside from simply running up, you can also extend your configuration by running up <name>, which will
run docker-compose with both docker-compose.yml and extend it with docker-compose.<name>.yml. For more on
extending please see the official docker documentation. Additional arguments
will be directly supplied to the docker-compose.
Vagrant
Vagrant doesn't have a down, restart, start or stop commands natively but don't worry, that's been taken care of
and running those commands will actually run vagrant's equivalent commands. Additional arguments will be directly
supplied to vagrant.