this post was submitted on 23 Aug 2023
17 points (100.0% liked)

DevOps

1770 readers
1 users here now

DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.

Rules:

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
17
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/devops
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] dbx12 2 points 2 years 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.