キャッシュされた Docker レイヤーを削除するには?

docker images --no-trunc --format '{{.ID}}' | xargs docker rmi を実行すると、すべてのイメージとそのレイヤーが、ビルド環境から削除されます。 But because of how DLC works you'll need to leave this command in your config and run several jobs to remove the DLC layers from all volumes associated with your project. 

If you're running into issues where stale volume caches are causing problems then consider using our new docker registry image cache orb as a substitute. It's more suitable for projects that have high concurrency throughput, or jobs that use parallelism.

If you notice errors always happen on the same volume, which you can see by checking the "spin up environment" step or "remote docker" please contact support 

この記事は役に立ちましたか?
72人中27人がこの記事が役に立ったと言っています

コメント

0件のコメント

記事コメントは受け付けていません。