Introduction to Docker for the Embedded Developer

Поділитися
Вставка
  • Опубліковано 13 вер 2024

КОМЕНТАРІ • 8

  • @YTdama1
    @YTdama1 2 роки тому +1

    Very nice and insightfull embedded System-focused intro to docker.

  • @jimbones4622
    @jimbones4622 5 років тому

    Have you looked into using Eclipse Che for embedded development yet?

    • @NiallCooling
      @NiallCooling 5 років тому +2

      Hi Jim. Yes I've used Eclipse in the past, but the whole concept here is to get away from the dependency on installed tools on desktops. As I said in the talk, Docker isn't designed for GUI based interactive tools, VMs are better for this. It's all about the repeatability of the build process and that's why Docker is so important to any modern CI based development process.

    • @jimbones4622
      @jimbones4622 5 років тому

      @@NiallCooling
      I'm referring to Eclipse che. Its a project that enables hosted workspaces and uses Theia in a browser as it's default IDE.