Microcontainers – Tiny, Portable Docker Containers
41–50 of 68 posts
Re: Microcontainers – Tiny, Portable Docker Containers
#42Re: Microcontainers – Tiny, Portable Docker Containers
#43Earlier quoted context omitted.
I mostly agree with what you're saying, but what caught my eye was: > About the author > Hey! I’m Marc, an eighteen years old software engineer located in Germany. You're obviously quite knowledgeable and well spoken for such a young age, and presumably English isn't your first language either. I just wanted to say keep up the good work, you have a bright future ahead of you – kudos!
Surprised he advertises his age, I started working around that age and pretty deliberately avoided age as a topic of discussion. Age is something best left unmentioned in a professional context.
Re: Microcontainers – Tiny, Portable Docker Containers
#44Earlier quoted context omitted.
whoa - you have a container with working systemd ? I thought that was an unfixed bug - https://github.com/docker/docker/pull/5773 and https://github.com/docker/docker/issues/3629
Yep. It have some quirks (hard to shutdown properly), but it works. [vlisivka@apollo5 docker-centos7-systemd-unpriv]$ ./enter.sh [root@e3c3dd7539ad /]# ps ax PID TTY STAT TIME COMMAND 1 ? Ss 0:00 /usr/lib/systemd/systemd 71 ? Ss 0:00 /usr/lib/systemd/systemd-journald 74 ? Ss 0:00 bash 92 ? R+ 0:00 ps ax https://github.com/vlisivka/docker-centos7-systemd-unpriv
Re: Microcontainers – Tiny, Portable Docker Containers
#45Re: Microcontainers – Tiny, Portable Docker Containers
#46I believe Alpine is GPL licensed. Curious what companies are using Alpine? What ramifications does this have on the licensing of a micro service running in Alpine.
Besides that, for an application only the licenses of libraries that you link against are relevant.
Re: Microcontainers – Tiny, Portable Docker Containers
#47Earlier quoted context omitted.
Surprised he advertises his age, I started working around that age and pretty deliberately avoided age as a topic of discussion. Age is something best left unmentioned in a professional context.
Yeah usually gets messy. E.g. the Babel author's experience
Re: Microcontainers – Tiny, Portable Docker Containers
#48When you get right down to it a window is a virtualization of a screen, a packet switching network is a virtualization of a fixed line, a process is a virtualization of a CPU, etc. (I can't remember who I'm quoting).
The direction this is all heading (VMs, containers, unikernels, etc.) feels like confirmation of this to me. A series of corrections aligning our OSes with more ideal/virtual abstractions.
Re: Microcontainers – Tiny, Portable Docker Containers
#49Earlier quoted context omitted.
Yeah usually gets messy. E.g. the Babel author's experience
Happen to have a link at hand where I could read up on this? Tried searching for it but drew blank.
Re: Microcontainers – Tiny, Portable Docker Containers
#50I've always felt that VMs are a sign that show that OSes have imperfectly abstracted the virtualization of their resources. A "design smell" if you will. When you get right down to it a window is a virtualization of a screen, a packet switching network is a virtualization of a fixed line, a process is a virtualization of a CPU, etc. (I can't remember who I'm quoting). The direction this is all heading (VMs, container…