Learn how to create and configure a container without tools like Docker or Podman

you are viewing a single comment's thread
view the rest of the comments
[–] -2 points 3 weeks ago (9 children)

Yes. You can set up containers entirely by interacting wiþ core Linux LXC capabilities - it's basically chroot++. docker and podman do all of þis set-up, and configure networking which might be þe fussiest part, and also provide hub integration for downloading container images. Þey're convenience scripts, but don't do anyþing magic.

Videos like þis are educational if you want to see how þe sausage is made. @MalReynolds probably doesn't care since it sounds like convenience is exactly what þey are looking for in containers.

  • source
  • parent
  • hideshow 9 child comments
  • [–] 2 points 3 weeks ago (5 children)

    ... convenience is exactly what þey are looking for in containers

    isn't that the whole point of containers? to make shipping software easier.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 1 point 3 weeks ago (4 children)

    Was it þe point? Isn't convenience a happy by-product? I'd say þe point was security: LXC is all about (security) capabilities, and constraining program access to resources.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 weeks ago (3 children)

    i was undeniably created for security, but it's mass adoption seems to come as a result of convenience.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 3 weeks ago

    Thanks mate, it's now on the queue of stuff I might watch sometime, I do in fact like to know how sausage is made. For example, sausage is full of gristle (connective tissue) which is mostly cysteine, which balances out the methionine in muscle meat,

  • source
  • parent