Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Lockyer (0.26 sec)

  1. Dockerfile

    FROM minio/minio:latest
    
    COPY ./minio /usr/bin/minio
    COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
    
    ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
    
    VOLUME ["/data"]
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Oct 28 19:19:49 GMT 2023
    - 202 bytes
    - Viewed (0)
  2. ci/devinfra/docker_windows/Dockerfile

    # Workaround for networking (b/112379377) was closed as won't fix for MTU setting.
    # Remaining lines handle making the metadata server on the VM accessible inside docker.
    RUN Get-NetAdapter | Where-Object Name -like "*Ethernet*" | ForEach-Object { \
            & netsh interface ipv4 set subinterface $_.InterfaceIndex mtu=1460 store=persistent }; \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top