Commit 8e2195ec authored by nanahira's avatar nanahira

example dockerfile

parent 9847f33b
......@@ -5,3 +5,15 @@ RUN wget -O - https://github.com/vmware/govmomi/releases/download/v0.23.0/govc_l
WORKDIR /opt/vc
COPY ./src ./
ENV GOVC_USERNAME administrator@example.com
ENV GOVC_PASSWORD pass_here
ENV GOVC_URL vc.example.com
ENV VC_DATACENTER example
ENV VC_HOST esxi.example.com
ENV VC_RESOURCE_POOL runners
ENV VC_DATASTORE example-datastore1
ENV VC_NETWORK example-network
ENV VC_CPUS 2
ENV VC_MEMS 4096
ENV VC_SSH_USER root
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment