Just make sure you also send a message to the dev@taverna mailing list with a link to your blog post or wiki article. Thanks!
On Mon, May 16, 2016, 5:36 AM Stian Soiland-Reyes <[email protected]> wrote: > Hi! Thanks for your update. > > IT would be good if you could take some notes, say in a blog or in the > Taverna wiki about the different possibilities for communicating with > the Docker engine. I think we need to think about how it would work > on different operating systems and what needs to be set up to enable > Taverna to talk to Docker. E.g. in Windows and OSX you may have a > "docker" command line, but the docker engine runs on a Virtual Machine > with a different IP. > > (Let's not consider Windows 10 preview's native Docker for now) > > Let us know if you want access to > https://cwiki.apache.org/confluence/display/TAVERNADEV - I believe > Gale can grant you access once you have registered. > > On 15 May 2016 at 15:30, Nadeesh Dilanga <[email protected]> wrote: > > 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 > >> > > > > -- > Stian Soiland-Reyes > Apache Taverna (incubating), Apache Commons RDF (incubating) > http://orcid.org/0000-0001-9842-9718 >
