php:7.4-alpine で Laravel Dusk を実行する

php artisan dusk:install でインストールされる chromedriver を alpine で実行するとエラーになってしまいました。 Failed to connect to localhost port 9515: Connection refused や unknown error: cannot find Chrome binary 等のエラーです。 試行錯誤の末、次の手
Read more →

Docker で mp4 を HLS形式にコンバート

https://hub.docker.com/r/jrottenberg/ffmpeg/ を使いました。 事前に動画ファイルと出力先ディレクトリを用意します。 % tree . . ├── dest └── src └── test.mp4 Docker イメージを pull して ffmpeg を実行します。 % docker pull
Read more →