simple container for option sanity testing... /usr/local/bin/containerrun.sh <ntimes>, prints ntimes
1.2K
e.g. a really simple script just to test stuff, specify ntimes as the only arg, for a loop to print n
sudo docker run --cpuset=2 --memory=2G -t --entrypoint "/bin/bash" afolarin/containerrun /usr/local/bin/containerrun.sh 10
hello container world
1
2
3
4
5
6
7
8
9
10
Content type
Image
Digest
sha256:0bbfc5e36…
Size
85.2 MB
Last updated
almost 11 years ago
docker pull afolarin/containerrun