Skip to content

sokil/docker-internals-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research of process containerisation

Unshare example

# In one terminal:
$ ./bin/run /bin/bash

# In other terminal
$ ps aux | grep ./bin/run
sokil      42346  0.0  0.0   2640   940 pts/7    S    18:45   0:00 ./bin/run /bin/bash

$ pstree -p 42346
run(42346)───bash(42347)

$ ./bin/exec 42347 /bin/bash

Useful links

Releases

No releases published

Packages

No packages published