MCPcopy Index your code
hub / github.com/OWASP/Python-Honeypot / docker_configuration

Function docker_configuration

config.py:81–92  ·  view source on GitHub ↗

docker configuration Returns: JSON/Dict docker configuration

()

Source from the content-addressed store, hash-verified

79
80
81def docker_configuration():
82 """
83 docker configuration
84
85 Returns:
86 JSON/Dict docker configuration
87 """
88 return {
89 "virtual_machine_storage_limit": 0.5, # Gigabyte
90 "virtual_machine_container_reset_factory_time_seconds": hours(-1), # -1 is equals to never reset!
91
92 }
93
94
95def user_configuration():

Callers 1

argv_parserFunction · 0.90

Calls 1

hoursFunction · 0.90

Tested by

no test coverage detected