-
Notifications
You must be signed in to change notification settings - Fork 187
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 install fails #5
Comments
I got it to work, but how do I connect to the Docker instance?
I did try:
And all I got was:
|
@joehoeller did you try without "" quotes? You can try to connect from a client tool just use local host and the port bound to your container. If you already have a local installation of postgres use other port then 5432, say use 5437 |
I am having an issue. I am able to run the container but for some reason the tables created are empty... |
Adventureworks=# select * from person.person; |
Thank you for bringing this great data set to Postgres!
I created a docker image using your instructions, but it failed.
The fix was rather simple and is in the pull request I just created.
The docker image is also publicly available on Docker hub as:
heimirthor/adventureworksforpostgres_db
so anybody can pull it downwith something like:
docker pull heimirthor/adventureworksforpostgres_db
if they don't want to do any manual building.
The text was updated successfully, but these errors were encountered: