Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 775 Bytes

kool-start.md

File metadata and controls

33 lines (22 loc) · 775 Bytes

kool start

Start service containers defined in docker-compose.yml

Synopsis

Start one or more specified [SERVICE] containers. If no [SERVICE] is provided, all containers are started. If the containers are already running, they are recreated.

kool start [SERVICE...]

Options

  -f, --foreground       Start containers in foreground mode
  -h, --help             help for start
      --profile string   Specify a profile to enable
  -b, --rebuild          Updates and builds service's images

Options inherited from parent commands

      --verbose              Increases output verbosity
  -w, --working_dir string   Changes the working directory for the command

SEE ALSO

  • kool - Cloud native environments made easy