You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm merging docker-compose.yml provided in this repository with some other services I'm planning to run, however I don't want to put the docker-compose.yml file inside of kafka-docker folder, at the same time I want to keep everything organized.
error message when I put it outside of kafka-docker folder:
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/hassankanso/project/Dockerfile: no such file or directory
ERROR: Service 'kafka' failed to build : Build failed
since the compose file builds a container from an image from dockerhub, it shouldn't be dependent on local files, isn't that the correct way to be done?
The text was updated successfully, but these errors were encountered:
Hello,
I'm merging docker-compose.yml provided in this repository with some other services I'm planning to run, however I don't want to put the docker-compose.yml file inside of kafka-docker folder, at the same time I want to keep everything organized.
error message when I put it outside of kafka-docker folder:
since the compose file builds a container from an image from dockerhub, it shouldn't be dependent on local files, isn't that the correct way to be done?
The text was updated successfully, but these errors were encountered: