Closed
Conversation
Docker images will need to be built beforehand.
Otherwise:
$ docker run -e REDSHIFT_CONNECTION_STRING="user= password= host= port=5439 dbname=" -p 5000:5000 everythingme/redshift-console
Unable to find image 'everythingme/redshift-console:latest' locally
Pulling repository docker.io/everythingme/redshift-console
Error: image everythingme/redshift-console:latest not found
Member
|
No need to build the image -- it's available on Docker Hub. The problem was a spelling mistake in the image name, fixed in 90fe5c9. Thanks for noticing! |
Contributor
Author
|
👍 btw, is it possible for us to build it with docker from source instead of pulling it from pip? 😄 |
Member
|
@lenguyenthedat for development? |
Contributor
Author
|
Yes! I was thinking of some features like displaying historical queries, and users who execute them. |
Member
|
I started working on a Docker image for development. I found out it has bad performance on OS/X and didn't finish it, I pushed it to GitHub if you want to try it out: #22 |
Contributor
Author
|
👍 thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker images will need to be built beforehand.
Otherwise: