‘Docker’ Videos

  • Wittawat Kittiwarabud: WebpackJS และ Docker ร่วมกับ WordPress

    WordCamp Bangkok 2019Speaker: Wittawat Kittiwarabud

    July 12, 2019 — ทำความรู้จัก Docker Image ที่ใช้ในงาน WordPress ตลอดจนการตั้งค่า WebpackJS เพื่อทำการ Build files ต่าง ๆ ให้ทำงานไปพร้อมกับ Docker

  • Maura Teal: Develop with Docker – Containers for Everyone!

    WordCamp Phoenix 2019Speaker: Maura Teal

    June 6, 2019 — We’ll go over the basics of setting up a local WordPress development environment using Docker and some of the benefits of containerized development. Utilizing docker can be extremely helpful for matching production environments closely as well as streamlining testing and deployment processes.

    Presentation Slides »

  • Nemanja Cimbaljevic: How to Ride a Blue Whale (getting familiar with Docker)

    WordCamp Las Palmas de Gran Canaria 2019Speaker: Nemanja Cimbaljevic

    March 8, 2019 — Lets get to basics of riding this new Blue Whale and help your self with containerization and orchestration.

    What is Docker, and why can it be really good thing? How to setup docker as my local environment? Is it safe to use it in production? Docker compose?

    Get to know about Docker, different integrations and implementations, how to run it, scale it, control it.

  • Benjamin Turner: Developer Workflow Using Local by Flywheel

    WordCamp Grand Rapids 2018Speaker: Benjamin Turner

    March 1, 2019 — Local by Flywheel makes use of Docker to manage sites. This allows for some powerful ways to improve your developer workflow.

    We’ll cover a brief intro to Docker, as well as how you can use the terminal and Docker to execute Composer commands and run WordPress unit tests in an isolated environment.

  • Nemanja Cimbaljevic: How To Ride a Blue Whale (Getting familiar with Docker)

    WordCamp Sofia 2018Speaker: Nemanja Cimbaljevic

    December 10, 2018 — “DevOps, SysOps, Virtualization, containerization, automation”
    This are all terms we see daily, but maybe do not understand them fully.
    Did you know docker container can be up-and-running 100x faster than your VM?
    Or that you can limit docker container to use only as much memory as you want, so you will not run out of it?
    We will talk briefly about differences between Docker and VM, and what you need to get started. Different ways how Docker can improve your development cycle and speed up your deployment process. How to improve your day-to-day operations and save time on provisioning your code.
    Besides general talk and slides, we will see some demos how to run single container of one image, but also how to automate whole process and run multiple containers using docker-compose.

  • Daniel Olson: On-demand dev with Docker and WordPress

    WordCamp Europe 2018Speaker: Daniel Olson

    August 8, 2018 — Learn how to leverage the power and simplicity of Docker containers with WordPress to build a highly customizable and easy to managed development environment. This workshop will cover using Docker with Docker Compose, combining prebuilt containers, and best practices while using these tools specific to WordPress.

    Presentation Slides »

  • yousan: 中規模案件のこなしかた DockerとCI、テスト

    WordCamp Osaka 2018Speaker: yousan

    August 6, 2018 — WordPress案件をこなす際の開発ワークフロー、特にDockerをつかったローカル開発環境とCircleCIでDocker設定ファイルを使ったテストについてのお話しです。
    チーム開発での分業では、異なる領域を複数人で担当するか(垂直分業)、同じ領域を複数人で担当するか(水平分業)、があります。
    小さい案件をこなしていたチームではディレクション担当、コーディング担当、プログラム担当といった垂直分業がメインであり、衝突することはありませんでした。
    しかし規模が大きくなるにつれコーディング、プログラミングの人員投入数を増やす必要があり水平分業を行いましたが、コードレベルや設計レベルでの衝突が多くなりました。
    水平分業を行った際に僕たちが直面した衝突の問題点や解決方法、今後の方針についてのお話しをさせてもらえればと思います。
    WordPress制作業者さんはコーディングをメインにされている方、業者さんが多いと感じています。そういった方々にとってのCIやDocker環境はハードルが高く感じることが多いですが、取り組んでもらうための動機づけになればと思っています。

    「ローカル環境での再現性(冪等性)」「開発サーバ、ステージングサーバの必要性」、「ファイル作成ルール化」「コーディング規約の導入」といった仕組みづくりについてです。

    Presentation Slides »

  • Thijs Feryn: Docker for WordPress developers

    WordCamp Antwerp 2018Speaker: Thijs Feryn

    April 2, 2018 — If you’re in IT, you’ve probably heard about Docker. But what is the hype all about? In this session, I’ll explain the Docker ecosystem and how you can leverage Docker to host your WordPress application in a containerized environment.

    Presentation Slides »

  • Achim Munene: Basic Docker for WordPress

    WordCamp Harare 2017Speaker: Achim Munene

    February 26, 2018 — Container management is a very new technology that is going to change the way in which servers run applications and as such most companies and IT professionals have already started using containers to run their applications on their servers. WordPress happens to be one of the most used applications and this talk will give you a heads up on how to use WordPress with containers on your own VPS or physical server. Docker happens to be the best container management software out there and as such it will be our software of choice.

  • Vatsal Parekh: WordPress Beyond Monolith

    WordCamp Udaipur 2018Speaker: Vatsal Parekh

    February 8, 2018 — In this session, Vatsal would be discussing things around Linux Containers, with a very famous tool Docker. How containers can help deploying WordPress with ease and help scale easily. Brief about using Containers in Production with tools like Kubernatees and OpenShift.

    Vatsal will also discuss tools and techniques which help host WordPress beyond a single server, more towards distributed and containerized environment.