Is your organization doing anything to ensure new devs are productive from day one? How do you guys handle local environments for the code you are working on? I am trying to get my company to enable teams to create their own workstation image that contains all the dev tools and local application-related infrastructure needed for that team to be productive. Has anyone done something similar?

  • dbx12@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    A docker compose file which contains all the images needed. Sadly automatic setup (as in connecting the services) does not work yet but there is a step by step guide.