-
Hello everyone, some time ago I replaced docker with nerdctl (version 0.17.0) + containerd, and I really like it. However, for some docker-compose files I have been using I am facing the problem below:
As the error message states, the docker-compose file is including this:
which seems to be not supported. So questions from my side:
My knowledge about Dockerfiles is limited, I am following the getting started tutorial from an open-source tool. That tutorial is using docker and includes this docker-compose file. Although not ideal, I guess it's possible for me to rebuild the docker images modifying the entrypoint to include only one string... Any help is appreciated. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hey @jmperez81 , |
Beta Was this translation helpful? Give feedback.
hey @jmperez81 ,
I push a PR to enhance this #1070. Waiting for some reviews :)