core
core copied to clipboard
Installation procedure
Using latest version of docker-composed (2.17.3) under my old ubuntu 16.04 I faced into this issue:
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to mount
I solved it setting the following environment variables priori to run docker-compose up
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0
Thank you very much for sharing your project with the community. Grazie mille !! :-)
Thank you @quonn77 Is this bug due to the latest docker version or die to the old ubuntu version?
Ciao Pietro. I don't know if it is due to the old ubuntu or to the newest docker-compose I am using...just because actually I don't have a different platform where I can try "Stregatto". I will retry, maybe, in the middle of may on a Windows Platform. I will inform you if this happens also there.
Il giorno ven 21 apr 2023 alle ore 10:52 Piero Savastano < @.***> ha scritto:
Thank you @quonn77 https://github.com/quonn77 Is this bug due to the latest docker version or die to the old ubuntu version?
— Reply to this email directly, view it on GitHub https://github.com/pieroit/cheshire-cat/issues/149#issuecomment-1517497703, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLC3B7TWAAB2E5JKL62JK3XCJDENANCNFSM6AAAAAAXGSVV6Q . You are receiving this because you were mentioned.Message ID: @.***>
@quonn77 should work easy on windows always through docker! Let me know