496d3cbd68
Added deploy directory for spinning up container via docker-compose Added publish directory for publishing arm/amd images to docker hub Various tweeks to the source scripts Added test directory for easier testing of scripts and images
5 lines
168 B
Text
Executable file
5 lines
168 B
Text
Executable file
echo upping the max size of the host buffer
|
|
echo net.core.rmem_max=2500000 | sudo tee -a /etc/sysctl.conf
|
|
# confirm
|
|
sudo sysctl -p | grep rmem_max
|
|
docker-compose up -d
|