- #!/bin/bash
- # The SYS_NICE capability allows you to use numactl to pin processes to
- # NUMA nodes and/or individual cores
- docker run -d --cap-add SYS_NICE --rm --name floram_p0 -h floram_p0 -t floram
- docker run -d --cap-add SYS_NICE --rm --name floram_p1 -h floram_p1 -t floram
- echo "All dockers launched"
|