From c357144f64fc8990cb340130f2bb504e85d6a3c5 Mon Sep 17 00:00:00 2001 From: Cesar Talledo Date: Mon, 6 Jul 2020 16:09:06 -0700 Subject: [PATCH] Updated references to asciinema videos. --- README.md | 2 +- docs/quickstart/kind.md | 14 ++++---------- docs/user-guide/kind.md | 6 ++++-- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8e317bc..2b2ce8e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ We have some sample videos showing Sysbox in action: - [Docker Sandboxing](https://asciinema.org/a/kkTmOxl8DhEZiM2fLZNFlYzbo?speed=2) -- [Kubernetes-in-Docker](https://asciinema.org/a/VCgF094wb4CuVeI8h3iDKhh5m?speed=2) +- [Kubernetes-in-Docker](https://asciinema.org/a/V1UFSxz6JHb3rdHpGrnjefFIt?speed=1.75) ## Download diff --git a/docs/quickstart/kind.md b/docs/quickstart/kind.md index 8ed861f..82b1d79 100644 --- a/docs/quickstart/kind.md +++ b/docs/quickstart/kind.md @@ -53,6 +53,8 @@ The sections below show examples of this.

sysbox

+**Check out this [video](https://asciinema.org/a/veCPJJtf0D38Cet2iLOY4j8ry?speed=1.75).** + The [K8s.io KinD](https://kind.sigs.k8s.io) project produces a CLI tool called `kind` that enables deployment of Kubernetes clusters inside Docker containers. @@ -218,7 +220,7 @@ The [K8s.io KinD website](https://kind.sigs.k8s.io/) for more info on how to use [Kindbox](https://github.com/nestybox/kindbox) is a simple open-source tool created by Nestybox to easily create K8s clusters with Docker + Sysbox. -**Check out this [video](https://asciinema.org/a/VCgF094wb4CuVeI8h3iDKhh5m?speed=2).** +**Check out this [video](https://asciinema.org/a/Vw8fwWwRJ26dNdMpaU8m5oaTQ?speed=1.75).** Kindbox does some of the same things that the K8s.io KinD tool does (e.g., cluster creation, destruction, etc.) but it's much simpler, more flexible, does not @@ -480,7 +482,7 @@ If you would like Nestybox to add more functionality, please file an It's also possible to deploy a K8s cluster directly with Docker + Sysbox, without using the K8s.io `kind` or Nestybox's `kindbox` tools. -**Check out this [video](https://asciinema.org/a/bTN4oykrDRZGDIkDg7rngyP5b?speed=2).** +**Check out this [video](https://asciinema.org/a/V1UFSxz6JHb3rdHpGrnjefFIt?speed=1.75).** The upside is that you get full control of the cluster deployment. The drawback is that you need to manage the K8s cluster creation sequence. But it's pretty @@ -802,11 +804,6 @@ K8s.io KinD + Sysbox). required during the image build process (i.e, you can revert the config once the build completes if you wish). -NOTE: if using the Ubuntu Docker snap package, edit the -`/var/snap/docker/current/etc/docker/daemon.json` file instead of -`/etc/docker/daemon.json` below. You can tell if you are using the Docker -snap package if `which docker` yields `/snap/bin/docker`. - ```console # more /etc/docker/daemon.json { @@ -821,9 +818,6 @@ snap package if `which docker` yields `/snap/bin/docker`. 2) Stop all containers and restart the Docker service: -NOTE: if using the Ubuntu Docker snap package, do `$ sudo snap restart docker` -instead of `systemctl restart docker.service` below. - ```console $ docker stop $(docker ps -aq) $ sudo systemctl restart docker.service diff --git a/docs/user-guide/kind.md b/docs/user-guide/kind.md index 93926b7..2ce7ec5 100644 --- a/docs/user-guide/kind.md +++ b/docs/user-guide/kind.md @@ -97,6 +97,8 @@ as without them (through simple `docker run` commands).

sysbox

+**Check out this [video](https://asciinema.org/a/veCPJJtf0D38Cet2iLOY4j8ry?speed=1.75).** + The [K8s.io KinD](https://kind.sigs.k8s.io) project produces a CLI tool called "kind" that enables deployment of Kubernetes clusters inside Docker containers. @@ -175,7 +177,7 @@ Start Guide for step-by-step instructions. [Kindbox](https://github.com/nestybox/kindbox) is a simple open-source tool created by Nestybox to easily create K8s clusters with Docker + Sysbox. -Check out this [video](https://asciinema.org/a/VCgF094wb4CuVeI8h3iDKhh5m?speed=1.75). +**Check out this [video](https://asciinema.org/a/Vw8fwWwRJ26dNdMpaU8m5oaTQ?speed=1.75).** Kindbox does some of the same things that the K8s.io KinD tool does (e.g., cluster creation, destruction, etc.) but it's much simpler, more flexible, does not @@ -216,7 +218,7 @@ up the k8s nodes, as well as the process for launching the K8s cluster. It's also possible to deploy a K8s cluster directly with Docker + Sysbox, without using the K8s.io `kind` or Nestybox's `kindbox` tools. -Check out this [video](https://asciinema.org/a/bTN4oykrDRZGDIkDg7rngyP5b?speed=1.75). +**Check out this [video](https://asciinema.org/a/V1UFSxz6JHb3rdHpGrnjefFIt?speed=1.75).** The upside is that you get full control of the cluster deployment. The drawback is that you need to manage the K8s cluster creation sequence. But it's pretty