10
Maartz
6y

I’m just in love with Docker.
My enterprise finally accept to give it a try.

NB : We have tons and tons of VM for nothing.

Comments
  • 1
    VMs still have their place if you are touching kernel space or need virtual hardware, really comes down to what you need to contain or virtualise.

    Docker is super neat, if you are new to it you should look at
    - docker-compose ( docker as config )
    - alpine linux ( small base image, Dockers official )
    - kubernetes (schedule containers across multiple machines)
  • 0
    @musl thanks, I already know that, I’m the reason of why we are « trying » to migrate a part of the infrastructure on Docker.
    Well, yes for sure VMs are necessary, but when I explain that you don’t need a full OS for a server, it blew their minds away ...

    What if I told you that we are on Windows Server 2008 ? And a big part of the company runs on Windows XP.
  • 1
    @Maartz apologies, are the VMs windows server too? Are you trying to get them to be more Linux focused?

    Best of luck. 🙏
  • 0
    @musl yes ... 😂

    Well we are two to push to get more Linux, but the other guys of the IT dept are not really happy about this.

    We also have problems to apply ITIL so ...

    I’m only a student in sandwich course after all.
Add Comment