We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README says:
To configure the database automatically run: cat setup.sh | docker exec -i dbz_oracle bash
To configure the database automatically run:
cat setup.sh | docker exec -i dbz_oracle bash
but setup.sh is part of this git repo, not present on the vagrant box itself.
setup.sh
Should be mounted onto the image? Or the git repo cloned into the box as part of the setup process?
The text was updated successfully, but these errors were encountered:
One option:
curl https://raw.githubusercontent.com/debezium/oracle-vagrant-box/master/setup.sh | docker exec -i dbz_oracle bash
Sorry, something went wrong.
Yes, I noticed it too. IMHO all three approaches are valid. Or DOCKER_HOST variable might be also solution.
DOCKER_HOST
No branches or pull requests
The README says:
but
setup.sh
is part of this git repo, not present on the vagrant box itself.Should be mounted onto the image? Or the git repo cloned into the box as part of the setup process?
The text was updated successfully, but these errors were encountered: