Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Docker build correct logs? #134
Comments
Ouwen
changed the title from
Docker build to Docker build correct logs?
Sep 26, 2016
Ouwen
commented
Sep 26, 2016
|
When I run I can connect to postgres and get the following output
|
|
Thanks @Ouwen. The Docker image and documentation is community maintained, so we would welcome a pull request with updates and improvements. What in particular concerned you about the docker logs? No major issues jump out to me, though I have only taken a quick glance. The
|
Ouwen
commented
Sep 26, 2016
|
From looking at pg activity. It seems like the query is still running...
|
Ouwen
commented
Sep 26, 2016
|
@tompollard Thanks Tom, I'll make a PR for the docker README while waiting for this import. |
|
Thanks, that would be great :) |
Ouwen commentedSep 26, 2016
•
edited
I am attempting to build the docker image and found the README.md to be outdated so I did a little guess work.
The docker image was built in the
buildmimic/dockerfolder with the following commanddocker build -t postgres/mimic .Upon successful build of the image I ran
When I view the docker logs via
docker logs -f <container_id>I get the following. Is this correct and should I wait for import? Or is something wrong?