Searched refs:docker (Results 1 – 19 of 19) sorted by relevance
20 docker build -t ${IMAGE} - < Dockerfile23 -docker run -it -d --name ${RUNNER} ${IMAGE}24 docker start ${RUNNER}27 tar Ccf .. - src fuzz | docker exec -i ${RUNNER} tar Cxf /libfido2 -28 docker exec ${RUNNER} make -C /libfido2/build31 docker exec ${RUNNER} /bin/sh -c 'cd /libfido2/fuzz && rm -rf ${TARGETS}'32 docker exec ${RUNNER} tar Czxf /libfido2/fuzz /libfido2/fuzz/corpus.tgz35 docker exec -e LLVM_PROFILE_FILE=/profraw/$@ ${RUNNER} \40 docker exec ${RUNNER} /bin/sh -c 'rm -rf $@ && mkdir -p $@ && \45 docker exec -i ${RUNNER} tar Czcf /minify - ${TARGETS} > $@[all …]
7 You can find a number of sources to build docker images with LLVM components in8 ``llvm/utils/docker``. They can be used by anyone who wants to build the docker14 to fill out in order to produce Dockerfiles for a new docker image.19 software inside a controlled environment. Having Dockerfiles to builds docker images27 `Docker <https://www.docker.com/>`_ is a popular solution for running programs in32 A single active instance of dockerized environment is called a *docker34 A snapshot of a docker container filesystem is called a *docker image*.35 One can start a container from a prebuilt docker image.39 the docker image (see `official40 documentation <https://docs.docker.com/engine/reference/builder/>`_ for more[all …]
71 `Dockerfile <https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/windows-base-vscode…
27 -d|--docker-repository docker repository for the image28 -t|--docker-tag docker tag for the image51 Required options: --source and --docker-repository, at least one59 will produce two docker images:
6 $ docker build -t pam-u2f-test -f tests/bionic/Dockerfile .13 $ docker run -it --rm=true --device=/dev/hidraw6 \16 To test U2F devices, pass -e U2F_TOKEN=1 to docker-run. To test18 docker-run.
18 You can also use prepared Dockerfile to run tests inside docker based on latest gcc image:19 * build container: docker build -t unbound-tester -f contrib/Dockerfile.tests .20 * run container: docker run -it --mount type=bind,source="$(pwd)",target=/usr/src/unbound --rm unbo…24 …th to mention that you need to enable [ipv6 in your docker daemon configuration](https://docs.dock…
935 - Fix docker splint test to use more portable uname.
23 docker pull ldionne/libcxx-builder24 docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" ldionne/libcxx-builder bash
15 # $ docker run --env-file secrets.env -it $(docker build -q .)27 # $ docker build -t ldionne/libcxx-builder .28 # $ docker push ldionne/libcxx-builder
16 Run cmake with the specified arguments. Used inside docker container.
16 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container.
136 def docker(parser, args): function321 dock_parser.set_defaults(func=docker)
1 #===- llvm/utils/docker/nvidia-cuda/build/Dockerfile ---------------------===//
1 #===- llvm/utils/docker/example/build/Dockerfile -------------------------===//
1 #===- llvm/utils/docker/debian8/build/Dockerfile -------------------------===//
60 container (example: "docker run -v /dev/log:/dev/log ..."), and
103 …https://fabianlee.org/2019/10/23/docker-running-a-postfix-container-for-testing-mail-during-develo…104 and https://github.com/docker-mailserver/docker-mailserver232 https://www.projectatomic.io/blog/2016/10/playing-with-docker-logging/;
5514 docker 2375/tcp # Docker REST API (plain text) [DOCKER] …5516 docker-s 2376/tcp # Docker REST API (ssl) [DOCKER] …20515 … Docker, Inc. mailto:info&docker.com …22673 … Mike Goelzer mailto:mgoelzer&docker.com …
56548 docker