-
Notifications
You must be signed in to change notification settings - Fork 48
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 run of the image not working #44
Comments
You need to pass the env parameter to the docker command before naming the image, otherwise it is passed as argument to the container itself. |
thanks @ajaegle just tried passing the way you mentioned but still the container is in exited state: docker run --env FLINK_BASE_URL=http://localhost:8081 nielsdenissen/flink-deployer:latest USAGE: VERSION: DESCRIPTION: COMMANDS: |
Also I am trying to run the docker-compose run deployer deploy cli command using my file-name for the jar...it says no such file...tried all possibilities |
I pulled the image from docker hub and when i try to run passing the environment variable this is the error i am getting:
docker run nielsdenissen/flink-deployer --env FLINK_BASE_URL=http://localhost:8081
2021/07/25 20:31:32
FLINK_BASE_URL
environment variable not foundAny help will be highly appreciated...and i am passing in my flink master URL here
The text was updated successfully, but these errors were encountered: