Lines Matching refs:docker
5 # Recipe which runs the PathKit tests using docker
31 # Make sure this exists, otherwise Docker will make it with root permissions.
35 # the test files to load, so we must copy them there (see Set up for docker).
53 name='Set up for docker',
82 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
87 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
91 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
97 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
127 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
131 'Test PathKit with Docker',