The Wayback Machine - https://web.archive.org/web/20201030011101/https://github.com/EasyEngine/easyengine/pull/1428
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added few functions related to docker-compose to avoid some hard-coded EE::exec calls #1428

Open
wants to merge 1 commit into
base: develop
from

Conversation

@geekodour
Copy link

@geekodour geekodour commented Jul 13, 2019

Added these methods to EE_DOCKER class:

  • docker_compose_restart( $dir, $containers )
  • docker_compose_stop( $dir, $containers )
  • docker_compose_forcerm( $dir, $containers )
  • docker_compose_exec( $dir, $container, $exec_command )

Signed-off-by: Hrishikesh Barman hrishikeshbman@gmail.com

…c calls

Added these methods to EE_DOCKER class:
* docker_compose_restart( $dir, $containers )
* docker_compose_stop( $dir, $containers )
* docker_compose_forcerm( $dir, $containers )
* docker_compose_exec( $dir, $container, $exec_command )

Signed-off-by: Hrishikesh Barman <hrishikeshbman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.