You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add falco
This commit is contained in:
		| @@ -374,6 +374,7 @@ A collection of delicious docker recipes. | ||||
| - [x] quay.io/coreos/etcd | ||||
| - [x] audreyt/ethercalc | ||||
| - [x] facefusion/facefusion | ||||
| - [x] falcosecurity/falco | ||||
| - [x] flogo/flogo-docker | ||||
| - [x] mher/flower | ||||
| - [x] fluent/fluent-bit | ||||
|   | ||||
							
								
								
									
										7
									
								
								falco/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								falco/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| falco | ||||
| ===== | ||||
|  | ||||
| [Falco][1] is a cloud native security tool that provides runtime security across | ||||
| hosts, containers, Kubernetes, and cloud environments. | ||||
|  | ||||
| [1]: https://github.com/falcosecurity/falco | ||||
							
								
								
									
										14
									
								
								falco/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								falco/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| services: | ||||
|   falco: | ||||
|     image: falcosecurity/falco:0.40.0-debian | ||||
|     volumes: | ||||
|     - /etc:/host/etc | ||||
|     - /proc:/host/proc:ro | ||||
|     - /var/run/docker.sock:/host/var/run/docker.sock | ||||
|     cap_drop: | ||||
|     - ALL | ||||
|     cap_add: | ||||
|     - SYS_ADMIN | ||||
|     - SYS_RESOURCE | ||||
|     - SYS_PTRACE | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user