Sidecar / shared kernel support? #779
              
                Unanswered
              
          
                  
                    
                      jonfriesen
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         You can run several containers (processes) in one container (VM).  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First, I understand the attractiveness of isolated VM properties per container (described in the technical-overvew.
There are some cases where sharing a kernel between containers is required such as running a sidecar that might monitor syscalls, etc. I wasn't able to determine if this is possible currently.
Is it possible to run sidecar containers that share the kernel as traditional docker solutions do? Is it possible to indicate whether you want isolated VM per container or not?
Beta Was this translation helpful? Give feedback.
All reactions