Archive

Category Archives for "Docker Blog"

Indiana University Uses Docker Datacenter for Production-Ready Orchestration

Founded in 1820, Indiana University has over 115,000 undergraduate and graduate students, 20,000 faculty members and eight campuses located throughout the State of Indiana. The University’s vision is to provide their students with the best possible education experience via a world-class IT team.

For almost a decade the university was building custom scripts and deploying their applications onto VMs running on RHEL 6. A process that involved lots of manual work. In addition to this, their environment was optimized for their legacy Java-based applications.

In order to give their students the best experience possible, the University needed to not only modernize their 150 applications that span across both administrative and student lines and include everything from human resources based applications, course selection, finances and other student-facing applications. They also needed the ability to deploy their applications across their multi-host datacenter environment. They required a production-ready solution. A tool that would enable them to build new process around packaging, deployment, management, and scale for both centralized and de-centralized environments at the same time.

For this, Indiana University turned to the Docker Datacenter (DDC) solution. DDC is our commercial solution that delivers a Containers as a Service platform and includes: Universal Control Continue reading

Swarm Mode on a Raspberry Pi Cluster

Last week I sat down with Dieter Reuter from Hypriot. Dieter is a Docker Captain who spends a lot of time working with ARM and Raspberry Pis in particular. Dieter told me how excited he is by Swarm Mode in particular because of how easy it would be to set-up a collection of Internet of Things devices to work together securely.

So we took a look at how easy it is to set-up a Raspberry Pi cluster and run Docker 1.12 in Swarm Mode. Here’s how he ran Swarm Mode:

So if you want to set-up a cluster of your own, he’s provided this helpful guide with a bit more details on how to set-up a Raspberry Pi Cluster in 29 minutes.

Also a number of people have asked after the visualizer that he’s using in demo. This is a Node.js visualizer originally built by the Docker Cloud team for DockerCon Europe. I modded it for DockerCon in Seattle, and released the code in a GitHub repository. I welcome additional contributions.

Download Docker here www.docker.com/getdocker


Try out the new #docker Swarm Mode on a @Raspberry_Pi Cluster by @Quintus23M & @HypriotTweets!
Click To Tweet


Only 6 days left Continue reading

DockerCon 2016 Organizer Summit recap

A huge part of Docker’s success can be attributed to the hard work and dedication of the 400+ Docker meetup organizers in 73 countries who collectively support a global community of over 115,000 members. Local Docker meetups help keep the community engaged and updated on all things Docker. With over 250 groups and counting, we are continuously humbled by the dedication and time these individuals take to organize events and all that they do for their local communities. Continue reading

Docker Datacenter @ DockerCon 2016: Image security, Engine 1.12 and Burning Man…

Interested in learning more about our plans for Docker in the Enterprise and getting involved in an upcoming Docker Datacenter beta? Let’s take a deeper look. On the second day of DockerCon, the keynote used different situations to discuss enterprise use of Docker. Our CEO Ben Golub broke down several fallacies in IT, CTO Keith Fulton of ADP painted a delicious picture of microservices as chicken nuggets, and Lily and I… well, we averted a massive security disaster and got our costumes ready for Burning Man.

Aside from shiny sequined jackets (not my normal wardrobe, I promise) and Ben’s enthusiastic “business guy” cameo, we presented a prototype of the next version of Docker Datacenter, our commercial solution for running containers-as-a-service (CaaS) in an on-premises or public cloud enterprise environment. Docker Datacenter is an integrated CaaS platform to securely ship, orchestrate and manage Dockerized apps and system resources. The sneak peek during the keynote shows a prototype UI and features. Some of the things you saw may change as we get to launch but what’s important are the capabilities we are bringing to the enterprise platform.

In the keynote presentation we demonstrated these enterprise use cases:

DockerCon 2016: Videos from Microsoft, Cisco and IBM’s Sessions

Major thank you to our Diamond sponsor Microsoft and Platinum sponsors Cisco and IBM! Your continued support of DockerCon helps us organize an awesome conference for the Docker community.

We are excited to share with you the recordings from their sessions in the Ecosystem track. Microsoft’s session with Steve Lasker covered the container workflow. IBM’s Jason McGee and Chris Rosen talk about how to create production ready containers with IBM and Docker and Balaji Sivasubramanian discuss how Cisco covers the solution addressing the needs of enabling product-grade containerized applications.


 

Workflows for Developing, Debugging and Deploying Containerized Applications by Steve Lasker, Microsoft


Watch @Microsoft’s @SteveLasker discuss #container + orchestration + workflow dev at #DockerCon 2016
Click To Tweet



 

Enabling Production Grade Containerized Applications through Policy Based Infrastructure by Balaji Sivasubramanian, Cisco


#DockerCon: @balajisiva explains how @Cisco uses @Docker for #containerized apps in production
Click To Tweet



 

Production Ready Containers from IBM and Docker by Jason R McGee and Chris Rosen, IBM


#DockerCon: @jrmcgee & @ChrisRosen188 on running #containers in production with @Docker and @IBM
Click To Tweet


Live Debugging with Docker

During the DockerCon 2016 keynote, I demonstrated a development workflow with Docker for Mac, going from a fresh laptop to a running app in no time. The especially cool part was when I live-debugged a Node.js app running inside a container from my IDE, despite having no Node.js runtime installed on my laptop. Here I’m going to show you how to do it yourself.

Here’s what you’ll need:

  1. Docker: I recommend Docker for Mac or Windows, which are in public beta.
  2. An IDE which supports Node.js remote debugging: I used Visual Studio Code.
  3. A Node.js application: I’ll create a simple one as part of this tutorial.

 

Example Application

Create a directory to work from:

$ mkdir node-example
$ cd node-example

To get our app running, we’ll need 5 files:

  • A JavaScript file to contain the actual app code
  • A package.json to define the npm dependencies
  • An HTML template
  • A Dockerfile to package the whole app in a container
  • A Compose file to set up a development environment. (The Compose file will also come in very handy if the app ever grows beyond a single container, but we won’t bother with that today.)

Create Continue reading

Support from the Source: Getting Official Docker Support

Docker is the open platform to build, ship and run any application, anywhere. Whether legacy or microservices, Linux or Windows, Docker provides an OS, infrastructure and application architecture agnostic platform for developers and IT organizations to accelerate their application pipeline. Organizations often look for additional tooling and support as they look to bring Dockerized applications into production with SLAs that mirror their own service level commitments to their customers. Docker is available as free open source software or combined with commercial support with enterprise class service levels.

 

Open Source Support

The Docker team and community collaborate together to release updates to the Docker Engine and other related projects every couple of months. Open source support for the Docker Engine is provided through IRC, GitHub, and Docker Forums for the latest released version of Docker software. Any bugs and issues are filed, in the open, to the Docker repo for contributors and maintainers to ask for more information and discuss resolutions. Fixes and patches are then applied and released as incremental versions to the upstream Docker software.

 

Docker Commercial Support

Docker also provides commercial support for the upstream Docker Engine software directly and through authorized support partners. Commercial Continue reading

DockerCon 2016 Videos: Black Belt Track

Videos from the Black Belt track at DockerCon 2016 are now posted online!

Black Belt talks are advanced technical deep dives presented by Docker experts. These sessions are code and demo heavy and light on the slides. From Docker internals to advanced container orchestration, security and networking, this track should delight most container ninjas.

Watch all of the sessions from the Black Belt track below or head to YouTube for the DockerCon 2016 playlist to watch more talks from the conference.


 

The Golden Ticket: Docker and High Security Microservices by Aaron Grattafiori



Check out the slides + video of @dyn___’s #DockerCon talk on #Docker security + #microservices
Click To Tweet



 

Cloning Running Servers with Docker and CRIU by Ross Boucher, Playground Theory



Learn about cloning running servers with #Docker and #CRIU by watching @boucher’s #DockerCon talk
Click To Tweet



 

Docker for Mac and Windows: The Insider’s Guide by Justin Cormack, Docker



Watch @justincormack’s #DockerCon talk for the inside scoop on #Docker for Mac and Windows
Click To Tweet



 

Containerd: Building a Container Supervisor by Michael Crosby, Docker



Watch @crosbymichael’s session on the #Docker ecosystem & lifecycle at #DockerCon 2016
Click To Tweet



 

Continue reading

DockerCon 2016 Videos: Docker, Docker, Docker track

We are excited to share the videos and slides from the Docker, Docker, Docker track at DockerCon 2016!

Note that the following sessions videos from the Docker, Docker, Docker track have already been published in previous blog post:

Check out the videos (and slides) from the remaining sessions below!

Continue reading

Your Docker Agenda for July

Weren’t able to attend DockerCon 2016 last month? Don’t worry, there are several DockerCon recap meetups scheduled this month all over the world!

Have you signed up yet for the Docker 1.12 Hackathon? Teams of up to three individuals will hack the new features included in Docker 1.12 including Swarm Mode, cryptographic node identity, service API, and built-in routing mesh to win some awesome prizes. Submissions are due by July 25th so register your team today and start hacking!

Take a look at this month’s agenda including Docker trainings and meetups in your community.

Continue reading

ADP + Docker Datacenter Delivers Security and Scale for Both Legacy and Microservices Applications

At DockerCon 2016, the second day’s general session featured products and stories related to Docker running in the enterprise. From product demonstrations of integrated security features, to deployment templates to a session featuring Keith Fulton, CTO of ADP, speaking about their evolution to a tech company and how Docker Datacenter enables them to ship faster, securely at scale across apps big and small.

ADP is the largest global provider of cloud based human capital management (HCM) solutions. ADP has over 630,000 clients that span more than 35 million users in over 100 countries. More than just payroll services, ADP delivers solutions across the entire spectrum of HCM for their customers in each one of these areas with right sized versions for SMBs, mid market and large enterprises.

 

 

This breadth and depth of solutions developed over the last 60 years does lead to some complexity in product development. ADP views this as a transition from a services company to a technology company and Docker is the key to future acceleration. Speeding up product development, not just in writing more code faster, but also helping ADP ship the resulting end product faster. Docker enables them to have a common Continue reading

Zenly + Docker 1.12 + 1M teenagers

Zenly is a mobile app that helps you locate your friends in real time. Recently the Zenly app reached the million registered users mark — and half of them signed up in the last three months.

In the words of Steeve Morin, VP Engineering of Zenly, “Behold, the power of teenagers.”

zenlyThe rapid growth in users, traffic and data points generated posed new challenges for the Zenly team.

As one of the early users of Docker 1.12, the Zenly team shared their experience during the keynote presentation at DockerCon US 2016 in Seattle.

Here is the story as told by Steeve, JB Daildo and Corentin Kerisit:


 

The sudden growth of traffic has been both amazing and a real challenge to scale, not on our production stack, but our analytics pipeline as our app started to generate half a billion events a day and counting. Our analytics stack was starting to experience failures due to scaling issues, the costs were rising with how we were running the cluster in the cloud and our 6 person team was challenged in supporting it while also building, scaling and supporting the Zenly app.

What we wanted was to Continue reading

DockerCon 2016: Part 2 of Top 10 Videos

We received lots of positive feedback from DockerCon 2016 attendees on the content presented at the conference!

“Best keynote I’ve seen in a long time” 
“The talk challenged some ideas I had – which is exactly what I would hope for” 
“Too many awesome talks at DockerCon – it was so hard to choose!” 

DockerCon 2016 attendees voted for their favorite sessions from the conference through the mobile app, powered by Docker. Yesterday, we published five of the top ten talks and today, we are happy to share the next five! Below are the recorded videos along with slides from those sessions at DockerCon 2016 sessions. Continue reading

DockerCon 2016: Part 1 of Top 10 Videos

DockerCon 2016 was packed lots with great conference sessions! Attendees enjoyed the variety of topics in the agenda including advanced technical deep dives in the Black Belt track and practical applications of Docker in the Use Case track.

Through the mobile app (powered by Docker of course!), DockerCon 2016 attendees voted on their favorite sessions at the conference. Here are 5 of the top 10 highest rated sessions at DockerCon 2016: Continue reading

DockerCon videos: Moby’s cool hack session

Those of you who have attended previous DockerCons or watched the videos already know that with the help of the community, the Docker team tries it’s best to end each conference with a bang!

From Docker running on small IoT hardware devices (Raspberry Pi) to the biggest iron (IBM mainframes) to live migrating a Quake container around the world or running unikernels in Docker, DockerCon closing keynotes, also known as Moby’s Cool Hacks, aim to give everyone a sneak peak into what’s next for the Docker community. Check out the videos from the previous DockerCons to see the cool hacks and demos that stood out of the Docker team and Community.

Continue reading

DockerCon General Session Day 1 and Day 2 videos

In case you missed DockerCon and the livestream last week, you can now watch the video recording of the general sessions packed with a lot of exciting announcements and live demos of Docker 1.12 and Docker Datacenter!

The rest of the video will be posted on the Docker Blog and Docker Youtube Channel over the next few days. You can already find most of the slides on the Docker Slideshare page. 

Continue reading

DockerCon 2016: Just Wow!

The Docker Community has continued to impress us with so much awesomeness packed in just a few days at DockerCon 2016!

Big thank you to all of the 141 confirmed speakers (not including Open Forum track sessions!), 100+ sponsors and over 4,000 attendees for helping us make such a big splash in Seattle.

We’ll post the recorded videos and slides soon starting with the general sessions but here is a brief recap of all of the news DockerCon 2016!
Continue reading

1 34 35 36 37 38 57