[
https://issues.apache.org/jira/browse/ORC-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960434#comment-16960434
]
Owen O'Malley commented on ORC-564:
-----------------------------------
I guess that is pretty idiomatic with the way that I use them. When I'm
debugging, I'll do:
{code}
docker run -it orc-centos8 /bin/bash
{code}
Having /bin/bash as the command means I can exclude the bash from the command
line. If you think it is confusing, we certainly don't need it.
> fix Docker scripts so that their command is bash
> ------------------------------------------------
>
> Key: ORC-564
> URL: https://issues.apache.org/jira/browse/ORC-564
> Project: ORC
> Issue Type: Bug
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the Docker files all have run commands that download and build
> master. That tends to confuse users who expect it to build and test their
> download. Furthermore, the scripts got out of date, because they were
> intended to be used with the scripts run-one.sh and run-all.sh, which
> override the run command.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)