[jbosstools-issues] [JBoss JIRA] (ERT-216) Running image, which has shell form of CMD needs to be enclosed in quotes [EBZ#494555]

Xavier Coulon (JIRA) issues at jboss.org
Wed Jun 1 04:17:01 EDT 2016


     [ https://issues.jboss.org/browse/ERT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated ERT-216:
------------------------------
    Sprint: devex #115 May 2016


> Running image, which has shell form of CMD needs to be enclosed in quotes [EBZ#494555]
> --------------------------------------------------------------------------------------
>
>                 Key: ERT-216
>                 URL: https://issues.jboss.org/browse/ERT-216
>             Project: Eclipse Release Train
>          Issue Type: Task
>          Components: Linux Tools
>            Reporter: Friendly Jira Robot
>            Assignee: Roland Grunberg
>              Labels: Docker, bzira
>
> Running image, which was build using dockerfile with CMD in shell form (for example greyltc/lamp) needs to be enclosed in quotes.
> Steps to reproduce:
> * Pull image which was build using dockerfile with CMD in shell form (for example greyltc/lamp from docker hub)
> * In Docker Explorer right click that image -> Run
> * Assert: command should be the same as running that image from command line
> * FAIL: command is `/bin/sh -c start-servers; sleep infinity` instead of `/bin/sh -c 'start-servers; sleep infinity'`
> Those missing quotes causes that container to stop right after it was started (which is not desired)



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list