March 10, 2021 at 12:00 am
Comments posted to this topic are about the item The Ease of Containers
March 10, 2021 at 5:05 am
Now wheres the container that allows me to work on a project until its finished without having to deal with 6 other projects on the side.
I want to be the very best
Like no one ever was
March 10, 2021 at 12:15 pm
We build a container of our data warehouse containing a subset of data which all developers can use for data engineering work.
It means that they can work on their local workstation rather than trip over each other on a shared database.
I have a PostGres container that I use for my development work. It uses docker mounts so even when the container is destroyed the data remains. The next time I spin up the container all my data is there.
March 10, 2021 at 1:35 pm
I don't think I've known about containers for as long as you have, Steve. They intrigue me and I can see their usefulness. But I've gotten the impression that they are only for Linux. Since I primarily do development in Windows, that's limits me. Or, am I wrong about containers only being for Linux?
Rod
March 10, 2021 at 4:29 pm
Rod, you're right that containers have a largely Linux following and that Docker (for example) works better there. There are Windows containers. I know people who have installed Docker on Windows PCs, making the PCs unusable. So, experiment with a machine that you don't mind rebuilding if necessary.
March 10, 2021 at 4:56 pm
Windows Containers - https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/
Client applications in containers: https://go.turbo.net/
The latter could be interesting, Rob, if your org wanted to modernize, but keep older apps running.
March 11, 2021 at 2:13 am
Rod, you're right that containers have a largely Linux following and that Docker (for example) works better there. There are Windows containers. I know people who have installed Docker on Windows PCs, making the PCs unusable. So, experiment with a machine that you don't mind rebuilding if necessary.
Yikes! Thank you for the warning.
Rod
March 11, 2021 at 2:15 am
Windows Containers - https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/
Client applications in containers: https://go.turbo.net/
The latter could be interesting, Rob, if your org wanted to modernize, but keep older apps running.
Thank you, Steve. Gotta play with some of these.
Rod
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply