Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Will Docker Save Lives ?

Will Docker Save Lives ?

A non technical presentation to showcase usage of Docker in real life.

Radhouane Aniba

June 17, 2014
Tweet

More Decks by Radhouane Aniba

Other Decks in Technology

Transcript

  1. Bioinformatician /radaniba /radaniba Algorithms Databases Machine Learning Statistics Data, data,

    data Cloud Computing Grids Web applications Mobile application Genome Mutations Drug Discoveries Treatments Patients Genetics Diseases History Evolution
  2. /radaniba CODE TEST DEPLOY MAINTAIN /radaniba CODE TEST DEPLOY MAINTAIN

    In a box … solution : ship the dev environment with the code
  3. /radaniba /radaniba CODE TEST DEPLOY MAINTAIN CODE TEST DEPLOY MAINTAIN

    .io an open source project to pack, ship and run any application as a lightweight container
  4. looks like Git docker pull <image-name> docker images docker run

    <image-name> <command> docker commit <image-id> docker push <image-id> docker ps docker logs docker diff <image1> <image2>
  5. /radaniba /radaniba CODE TEST DEPLOY MAINTAIN CODE TEST DEPLOY MAINTAIN

    an open source project to pack, ship and run any application as a lightweight container
  6. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it !
  7. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array
  8. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array You forgot to close bracket on line 224
  9. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array You forgot to close bracket on line 224
  10. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array You forgot to close bracket on line 224 This how I would do it …
  11. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array You forgot to close bracket on line 224 This how I would do it … don’t write functions like that man ! .com
  12. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array You forgot to close bracket on line 224 This how I would do it … don’t write functions like that man !
  13. Description Please help ! I can’t get my code working,

    I am desperate, I thought I did good but it is not working damn it ! Your function is not returning an array don’t write functions like that man ! You forgot to close bracket on line 224 This how I would do it … Different implementations, same problem