Re: [galaxy-dev] Unable to run simple Docker tool

2015-08-29 Thread Mikel Egaña Aranguren
) ... 5 more Any ideas? Thanks The client: /** * Copyright (c) 2015 Mikel Egaña Aranguren * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3

Re: [galaxy-dev] Unable to run simple Docker tool

2015-08-28 Thread Mikel Egaña Aranguren
) { e.printStackTrace(); } } } [2] http://sadiframework.org/examples/hello--/home/mikel/UPV-EHU/SADI-Docker-Galaxy/galaxy/database/files/000/dataset_5.dat 2015-08-19 18:21 GMT+02:00 Mikel Egaña Aranguren mikel.egana.arangu...@gmail.com: 2015-08-19 15:50 GMT+02:00 John Chilton jmchil

Re: [galaxy-dev] Unable to run simple Docker tool

2015-08-19 Thread Mikel Egaña Aranguren
some of the command-line arguments and see if that is the problem - e.g. --net none or -u 1001. -John On Tue, Aug 18, 2015 at 6:32 PM, Mikel Egaña Aranguren mikel.egana.arangu...@gmail.com wrote: Hi; I'm trying to develop a Docker based tool, as suggested by a peer-reviewer who

[galaxy-dev] Unable to run simple Docker tool

2015-08-18 Thread Mikel Egaña Aranguren
to it. The image: FROM busybox:ubuntu-14.04 MAINTAINER Mikel Egaña Aranguren mikel.egana.arangu...@gmail.com RUN mkdir /sadi COPY test-io.sh /sadi/ RUN chmod a+x /sadi/test-io.sh ENV PATH $PATH:/sadi The test-io.sh script within the image: #!/bin/sh cat $1 echo AAA Invoking the container