I have inherited some cloud hosted vms, with several services hosted in docker containers on these. Think we server and then DB, both hosted in separate containers. Several (overpriced) vms are involved. Would really like some pointers as to how I can get into these / edit them. Would really like to consolidate. I use proxmox at home and am comfortable in Linux but this is new to me. Any docs / tutorials would be super helpful. Still don’t really understand why the design was done quite like this, so if you have insight on that, please let me know why you would do it this way. Thanks!

  • L3s@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 year ago

    If you have proxmox at home, play with docker in a VM, there are a great deal of docker images you can throw up and play with to help you understand. Once you get that down, play with building docker images to wrap your head around that, then best to copy the image that’s being used in your work infra if you need to make changes, then throw it up on another test VM to ensure you don’t break anything before pulling it into the live environment.

    As for how the docker infra is setup, your explanation is pretty vague as far as what the images are doing, so nobody will really be able to tell you without that information - but my bet would be resources and/or segmentation