No description
.gitignore | ||
armv8-teampandory_a500mini_gcc6-linux-gnueabihf | ||
armv8-teampandory_a500mini_gcc7-linux-gnueabihf | ||
armv8-teampandory_a500mini_gcc10-linux-gnueabihf | ||
armv8-teampandory_a500mini_gcc12-linux-gnueabihf | ||
Dockerfile | ||
README.md | ||
start.sh |
[containers]
# A list of ulimits to be set in containers by default, specified as
# "<ulimit name>=<soft limit>:<hard limit>", for example:
# "nofile=1024:2048"
# See setrlimit(2) for a list of resource names.
# Any limit not specified here will be inherited from the process launching the
# container engine.
# Ulimits has limits for non privileged container engines.
#
default_ulimits = [
"nofile=65535:65535",
]