Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,733 for run (0.01 sec)

  1. .travis/run.sh

    Shinsuke Sugaya <******@****.***> 1549097133 +0900
    Registered: 2025-05-25 03:50
    - Last Modified: 2019-02-02 08:45
    - 273 bytes
    - Viewed (0)
  2. common/scripts/run.sh

    # following command only
    # shellcheck disable=SC2086
    "${CONTAINER_CLI}" run \
        --rm \
        "${DOCKER_RUN_OPTIONS[@]}" \
        --init \
        --sig-proxy=true \
        --cap-add=SYS_ADMIN \
        ${DOCKER_SOCKET_MOUNT:--v /var/run/docker.sock:/var/run/docker.sock} \
        -e DOCKER_HOST=${DOCKER_SOCKET_HOST:-unix:///var/run/docker.sock} \
        $CONTAINER_OPTIONS \
        --env-file <(env | grep -v ${ENV_BLOCKLIST}) \
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-03-06 09:15
    - 2.3K bytes
    - Viewed (0)
  3. src/test/resources/run.sh

    Shinsuke Sugaya <******@****.***> 1707535177 +0900
    Registered: 2025-05-26 08:04
    - Last Modified: 2024-02-10 03:25
    - 353 bytes
    - Viewed (0)
  4. .github/workflows/run-mint.sh

    # Pause one node, to check that all S3 calls work while one node goes wrong
    [ "${MODE}" == "resiliency" ] && docker-compose -f minio-${MODE}.yaml pause minio4
    
    docker run --rm --net=mint_default \
    	--name="mint-${MODE}-${JOB_NAME}" \
    	-e SERVER_ENDPOINT="nginx:9000" \
    	-e ACCESS_KEY="${ACCESS_KEY}" \
    	-e SECRET_KEY="${SECRET_KEY}" \
    	-e ENABLE_HTTPS=0 \
    	-e MINT_MODE="${MINT_MODE}" \
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-01-20 14:49
    - 1.9K bytes
    - Viewed (0)
  5. .junit.run/Not Slow.run.xml

    Yuri Schimke <******@****.***> 1605965325 +0000
    Registered: 2025-05-30 11:42
    - Last Modified: 2020-11-21 13:28
    - 730 bytes
    - Viewed (0)
  6. docs/site-replication/run-multi-site-oidc.sh

    	exit_1
    fi
    
    ./mc admin policy create minio1 projecta ./docs/site-replication/rw.json
    sleep 5
    
    # Generate STS credential with STS call to minio1
    STS_CRED=$(MINIO_ENDPOINT=http://localhost:9001 go run ./docs/site-replication/gen-oidc-sts-cred.go)
    
    MC_HOST_foo=http://${STS_CRED}@localhost:9001 ./mc ls foo
    if [ $? -ne 0 ]; then
    	echo "Expected sts credential to work, exiting.."
    	exit_1
    fi
    
    sleep 2
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 8.5K bytes
    - Viewed (0)
  7. docs/site-replication/run-ssec-object-replication.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 9.9K bytes
    - Viewed (0)
  8. docs/site-replication/run-multi-site-ldap.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 10.1K bytes
    - Viewed (0)
  9. docs/site-replication/run-multi-site-minio-idp.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Registered: 2025-05-25 19:28
    - Last Modified: 2024-09-24 08:03
    - 12.1K bytes
    - Viewed (0)
  10. docs/site-replication/run-replication-with-checksum-header.sh

    Klaus Post <******@****.***> 1737384547 -0800
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-01-20 14:49
    - 11.5K bytes
    - Viewed (0)
Back to top