ctubbsii commented on code in PR #23: URL: https://github.com/apache/accumulo-proxy/pull/23#discussion_r887650071
########## DOCKER.md: ########## @@ -71,7 +71,7 @@ You can test if this will work for you by executing the following steps Start the accumulo-proxy container and enter it ```commandline -docker run -it --rm -p 42424:42424 --network="host" --name accumulo-proxy accumulo-proxy:latest bash; +docker run -it --rm -p 42424:42424 --network="host" --name accumulo-proxy accumulo-proxy:latest sh; Review Comment: I'm not sure the impact of this, but I do know a lot of Accumulo scripts use bash specifically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
