mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-30 23:24:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			837 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			837 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| kernel:
 | |
|   image: "mobylinux/kernel:4.9.x"
 | |
|   cmdline: "console=ttyS0 console=tty0 page_poison=1"
 | |
| init: "mobylinux/init:a27e32a8d6c8865d691fbfb4d0bbb93846cf7802"
 | |
| system:
 | |
|   - name: sysctl
 | |
|     image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c"
 | |
|     net: host
 | |
|     pid: host
 | |
|     ipc: host
 | |
|     capabilities:
 | |
|      - CAP_SYS_ADMIN
 | |
|     readonly: true
 | |
| daemon:
 | |
|   - name: dhcpcd
 | |
|     image: "mobylinux/dhcpcd:d01a17d211218f289e2bac601bfe9787d4fabaf2"
 | |
|     binds:
 | |
|      - /var:/var
 | |
|      - /tmp/etc:/etc
 | |
|     capabilities:
 | |
|      - CAP_NET_ADMIN
 | |
|      - CAP_NET_BIND_SERVICE
 | |
|      - CAP_NET_RAW
 | |
|     net: host
 | |
|     oomScoreAdj: -800
 | |
|   - name: nginx
 | |
|     image: "nginx:alpine"
 | |
|     capabilities:
 | |
|      - CAP_NET_BIND_SERVICE
 | |
|      - CAP_CHOWN
 | |
|      - CAP_SETUID
 | |
|      - CAP_SETGID
 | |
|      - CAP_DAC_OVERRIDE
 | |
|     net: host
 | |
| outputs:
 | |
|   - format: kernel+initrd
 |