!!!Joefree!!! ๐Ÿ‘‘!
Apify & Crawleeโ€ข2y agoโ€ข
2 replies
!!!Joefree!!! ๐Ÿ‘‘

Docker RUN --mount

I am trying to use
RUN --mount
inside my docker :
RUN --mount=from=builder,target=/__src__ /python3 /main.py --setup


but it failed :

ACTOR: ERROR: Docker image build failed: the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled


I am still not familiar with docker creation. any clue how to fix this ?
Thank You.
Was this page helpful?