about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-14 13:08:25 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-14 13:08:25 -0700
commit1e73ec0df06699f469de35352081a16e77409175 (patch)
tree273745034cdb6719d89522b15e834adec98d046a /users
parentcss: reduce the size of the font (diff)
downloadworld-1e73ec0df06699f469de35352081a16e77409175.tar.gz
blog: add link for containerd-to-vm code
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/blog/content/notes/containerd-to-firecracker.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/content/notes/containerd-to-firecracker.org b/users/fcuny/blog/content/notes/containerd-to-firecracker.org
index fd41b1d..8ff268c 100644
--- a/users/fcuny/blog/content/notes/containerd-to-firecracker.org
+++ b/users/fcuny/blog/content/notes/containerd-to-firecracker.org
@@ -14,7 +14,7 @@ They describe the process as follow:
 6. Create a TAP device and configure it
 7. Hand it off to Firecracker and boot that thing
 
-That's pretty detailed, and I'm curious how difficult it is to implement this. I've been meaning to look into Firecracker for a while and into containers'd API, so this is a perfect opportunity to get started.
+That's pretty detailed, and I'm curious how difficult it is to implement this. I've been meaning to look into Firecracker for a while and into containers'd API, so this is a perfect opportunity to get started. The code is available [[https://git.fcuny.net/fcuny/containerd-to-vm][here]].
 
 * #1 Pull a container from a registry with =containerd=
 =containerd= has a pretty [[https://pkg.go.dev/github.com/containerd/containerd][detailed documentation]]. From the main page we can see the following example to create a client.