Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. workman12@ubmsk12:~/projects/go/crm$ docker-compose -p crm-go php php protected/yiic.php migrate/create edit_role_for_rko
  2. No such command: php
  3.  
  4. Commands:
  5. build Build or rebuild services
  6. bundle Generate a Docker bundle from the Compose file
  7. config Validate and view the Compose file
  8. create Create services
  9. down Stop and remove containers, networks, images, and volumes
  10. events Receive real time events from containers
  11. exec Execute a command in a running container
  12. help Get help on a command
  13. images List images
  14. kill Kill containers
  15. logs View output from containers
  16. pause Pause services
  17. port Print the public port for a port binding
  18. ps List containers
  19. pull Pull service images
  20. push Push service images
  21. restart Restart services
  22. rm Remove stopped containers
  23. run Run a one-off command
  24. scale Set number of containers for a service
  25. start Start services
  26. stop Stop services
  27. top Display the running processes
  28. unpause Unpause services
  29. up Create and start containers
  30. version Show the Docker-Compose version information
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement