Guest User

Untitled

a guest
Nov 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. docker-compose exec ${service} /somescript_inside_container.sh
  2.  
  3. ERROR:
  4. Can't find a suitable configuration file in this directory or any
  5. parent. Are you in the right directory?
  6.  
  7. Supported filenames: docker-compose.yml, docker-compose.yaml
  8.  
  9. docker exec ${container_name} /somescript_inside_container.sh
  10.  
  11. exec [options] SERVICE COMMAND [ARGS...]
Add Comment
Please, Sign In to add comment