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

README.md references setup.sh but this isn't on the Vagrant box #10

Open
rmoff opened this issue Nov 29, 2018 · 2 comments
Open

README.md references setup.sh but this isn't on the Vagrant box #10

rmoff opened this issue Nov 29, 2018 · 2 comments

Comments

@rmoff
Copy link
Contributor

rmoff commented Nov 29, 2018

The README says:

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.

Should be mounted onto the image? Or the git repo cloned into the box as part of the setup process?

@rmoff
Copy link
Contributor Author

rmoff commented Nov 29, 2018

One option:

curl https://raw.githubusercontent.com/debezium/oracle-vagrant-box/master/setup.sh | docker exec -i dbz_oracle bash

@jpechane
Copy link
Contributor

Yes, I noticed it too. IMHO all three approaches are valid. Or DOCKER_HOST variable might be also solution.

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

2 participants