# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 11
# self = https://watcher.sour.is/conv/kztamfq
@stutteringsteve let me explain it for you...
Containers are just Linux processes with optional different namespaces and control groups (cgroups
).
Containers are normally formed with their own "root filesystem" called an OCI Image which is what tools like docker build
and the Dockerfile
format is good at doing. Think of this as a "chroot" really because that's what it results in, basically an image is effectively a Tarball (_actually it is with special JSON metadata_).
That's about it.
@stutteringsteve let me explain it for you...
Containers are just Linux processes with optional different namespaces and control groups (cgroups
).
Containers are normally formed with their own "root filesystem" called an OCI Image which is what tools like docker build
and the Dockerfile
format is good at doing. Think of this as a "chroot" really because that's what it results in, basically an image is effectively a Tarball (_actually it is with special JSON metadata_).
That's about it.
@stutteringsteve let me explain it for you...
Containers are just Linux processes with optional different namespaces and control groups (cgroups
).
Containers are normally formed with their o
And if anyone tries to convince you that k8s is an OS and that Kubernetes is the only "container technology", tell them to come talk to me where I'll happily re-educate them 😂
And if anyone tries to convince you that k8s is an OS and that Kubernetes is the only "container technology", tell them to come talk to me where I'll happily re-educate them 😂
@prologic This should be forever pinned, because that is, by far, the simplest explanation of Linux containers I have seen yet. I've thought of containers as a special chroot concept of sorts. Glad to know I wasn't wrong with that assumption!
@prologic Lol, I'm honestly still trying wrap my head around Kubernetes. It's seemingly an Ansible with far greater capabilities. In practice, is Kubernetes supposed to replace Ansible?
@prologic wait so RancherOS is just one big lie? 😂