static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

Another way to run docker in spc binary

Open crazywhalecc opened this issue 2 years ago • 0 comments

Related PR: #197.

pros:

  1. When docker has already built, we can always use the latest spc binary in docker.
  2. We can always use the latest src directory in docker if we are using source mode.
  3. Zero file modification.

cons:

  1. If we call --docker --help in binary or phar mode, we will get non-color help message for symfony/console.
  2. Additional command.

crazywhalecc avatar Sep 23 '23 08:09 crazywhalecc