Skip to content

Instantly share code, notes, and snippets.

@avevlad
Created February 28, 2021 12:33
Show Gist options
  • Save avevlad/8d0e773a1a22e8f9d2d1f404b66fb1b3 to your computer and use it in GitHub Desktop.
Save avevlad/8d0e773a1a22e8f9d2d1f404b66fb1b3 to your computer and use it in GitHub Desktop.

Revisions

  1. avevlad created this gist Feb 28, 2021.
    28 changes: 28 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    No such command: fake_command

    Commands:
    build Build or rebuild services
    config Validate and view the Compose file
    create Create services
    down Stop and remove containers, networks, images, and volumes
    events Receive real time events from containers
    exec Execute a command in a running container
    help Get help on a command
    images List images
    kill Kill containers
    logs View output from containers
    pause Pause services
    port Print the public port for a port binding
    ps List containers
    pull Pull service images
    push Push service images
    restart Restart services
    rm Remove stopped containers
    run Run a one-off command
    scale Set number of containers for a service
    start Start services
    stop Stop services
    top Display the running processes
    unpause Unpause services
    up Create and start containers
    version Show version information and quit