Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Added an FAQ entry about passing namespace to ctr (#492)
Browse files Browse the repository at this point in the history
Added an FAQ entry about passing namespace to ctr
  • Loading branch information
stealthybox authored Nov 11, 2019
2 parents a1b5ada + c101c9d commit 3ea5d3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ As per the announcement blog post: https://www.weave.works/blog/fire-up-your-vms
> Lucas Käldström (@luxas) is a Kubernetes SIG Lead and Top CNCF Ambassador 2017, and is a longstanding member of the Weaveworks family since graduating from High School (story here). As a young Finnish citizen, Lucas had to do his mandatory Military Service for around a year.
> Naturally for Lucas, he started evangelising Kubernetes within the military, and got assigned programming tasks. Security and resource consumption are critical army concerns, so Lucas and a colleague, Dennis Marttinen (@twelho), decided to experiment with Firecracker, creating an elementary version of Ignite. On leaving the army they were granted permission to work on an open source rewrite, working with Weaveworks.

## Q: I'm using containerd as my runtime, how do I see the running containers and images?

Containerd has the concept of namespaces which is different than Docker. In order to view containers and images used by ignite you need to pass the namespace parameter to `ctr` using either `--namespace firecracker` or `-n firecracker`.

0 comments on commit 3ea5d3c

Please # to comment.