Lines Matching full:docker
43 docker pull eu.gcr.io/perfetto-ci/worker
44 docker pull eu.gcr.io/perfetto-ci/sandbox
48 docker network rm sandbox 2>/dev/null || true # Handles the reboot case.
49 docker network create sandbox -o com.docker.network.bridge.name=sandbox
50 sudo iptables -I DOCKER-USER -i sandbox -d 169.254.0.0/16 -j REJECT
52 # These args will be appended to the docker run invocation for the sandbox.
55 # The worker_main_loop.py script creates one docker sandbox container for
56 # each job invocation. It needs to talk back to the host docker to do so.
61 # We manually mount a tmpfs mount ourselves because Docker doesn't allow to
69 docker rm -f worker-$i 2>/dev/null || true
70 docker run -d \
71 -v /var/run/docker.sock:/var/run/docker.sock \
89 docker ps -q -f 'name=worker-\d+$' | xargs docker stop -t 30
96 # docker, hence before tearing down any other container.
100 Wants=gcr-online.target docker.service
101 After=gcr-online.target docker.service
102 Requires=docker.service