Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker problem when using it in Mac #21

Open
paulakeen opened this issue Dec 1, 2020 · 0 comments
Open

Docker problem when using it in Mac #21

paulakeen opened this issue Dec 1, 2020 · 0 comments

Comments

@paulakeen
Copy link

The docker directory in Mac is not under /var/lib/docker but apparently under ~/Library/Containers/com.docker.docker/Data. When copying the example scenario-1 files under this directory, flink responds "Internal Server Error".

I tried this trick I found somewhere, but I still get the "Internal Server Error" message:

docker run -v my-container:/_data --name helper busybox true
docker cp . helper:/_data
docker rm helper

Has anyone ever installed the RMLStreamer in Mac?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant