No description
Find a file
2023-07-01 12:00:45 +02:00
.gitignore Initial commit 2023-07-01 12:00:45 +02:00
armv8-teampandory_a500mini_gcc6-linux-gnueabihf Initial commit 2023-07-01 12:00:45 +02:00
armv8-teampandory_a500mini_gcc7-linux-gnueabihf Initial commit 2023-07-01 12:00:45 +02:00
armv8-teampandory_a500mini_gcc10-linux-gnueabihf Initial commit 2023-07-01 12:00:45 +02:00
armv8-teampandory_a500mini_gcc12-linux-gnueabihf Initial commit 2023-07-01 12:00:45 +02:00
Dockerfile Initial commit 2023-07-01 12:00:45 +02:00
README.md Initial commit 2023-07-01 12:00:45 +02:00
start.sh Initial commit 2023-07-01 12:00:45 +02:00

[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",
]