Hi Stian,

I tried many things these days. Here I focused on core parts of the project.
First I successfully built and run a simple workflow using 'FASTA' service.
Here I used 'Taverna Workbench Core 2.5.0' IDE.
Then I run a existing docker image which is called 'hello-world' and got an
output like this 'Hello from Docker' etc.
My next aim is to invoke docker through the REST API.
I tried to enable REST API on Docker, but got an error. Now I'm fixing it
and hope to finish it ASAP. When it done I'm ready to use Chrome REST
client through the activity plugin with the help of curl commands.
So then I can try these steps programmatically for the project.
By the way right now, I'm creating a docker container and a docker image
with the help of youtube videos. :)

On Fri, May 6, 2016 at 4:46 PM, Stian Soiland-Reyes <[email protected]>
wrote:

> Great! If you are in Linux, you might have to add your user to the
> "docker" user group and log in again, so that you don't need "sudo
> docker" but can just do "docker".
>
> Note that this effectively gives your user root, as you could do
>
>   docker run -v /:/root -it ubuntu chroot /root bash
>
> to get your real /
>
>
> I think the Docker activity could use the Docker protocol, which I
> think can be set up for authentication.. perhaps that could be an
> advanced stage.. we'll probably need a README about how you need to
> set up the Docker environment in order for your new Taverna activity
> to play along with it.
>
> On 6 May 2016 at 04:33, Nadeesh Dilanga <[email protected]> wrote:
> > Started go through existing work flows and use the tool activity plugin
> to
> > simple run a
> > docker.
>
>
>
> --
> Stian Soiland-Reyes
> Apache Taverna (incubating), Apache Commons RDF (incubating)
> http://orcid.org/0000-0001-9842-9718
>

Reply via email to