2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

docker compose up すると `strconv.Atoi: parsing "": invalid syntax` とエラーが出る

Posted at

概要

タイトルの通り、 docker compose up しようとすると以下のようにエラーが出ます。

strconv.Atoi: parsing "": invalid syntax

環境

  • macOS Big Sur 11.6
  • Mac mini (M1, 2020)
  • Docker Engine 20.10.5
  • Docker Compose 1.29.0

解決

compose のリポジトリに同じような現象に遭っている issue が見つかりました。

コンテナの起動中などに Ctrl+C 等で強制停止すると発生するようです。
というわけで、とりあえず docker compose down したところ、解決しました。

単純な問題でしたが、 gg って出る情報が少なかったため、ここに残しておきます。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?