LoginSignup
1
1

More than 5 years have passed since last update.

gcloud docker pushして"push or pull is already in progress"と怒られる時の対処法

Last updated at Posted at 2016-02-18

GKEで

$ gcloud docker push asia.gcr.io/***/***-app

C-cで中断したりすると、次回同コマンド実行時に

The push refers to a repository [asia.gcr.io/***/***-app] (len: 1)
push or pull asia.gcr.io/***/***-app is already in progress

と怒られた。この解決法はdocker-machineの場合

docker-machine restart ***

としてdocker machineの再起動をした後で

$ docker build -t asia.gcr.io/***/***:latest .

などとして再度imageのbuildから実行すれば再度実行可能でした。

1
1
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
1
1