Sign inSign up

hassegawa/machine

By hassegawa

Updated over 4 years ago

machine

Image
0

6.3K

hassegawa/machine repository overview

oracle-tf

source and config
run
  • default RETRY_DELAY_TIME 10 minutes
      docker run --rm -d \
        -v $(pwd)/.env:/app/oci-arm-host-capacity/.env \
        -v $(pwd)/key.pem:/app/oci-arm-host-capacity/key.pem \
        hassegawa/machine

or

  • to set RETRY_DELAY_TIME = 5 minutes, TAG >= v0.1.14
     docker run --rm -d \
        -e RETRY_DELAY_TIME=5 \
        -v $(pwd)/.env:/app/oci-arm-host-capacity/.env \
        -v $(pwd)/key.pem:/app/oci-arm-host-capacity/key.pem \
        hassegawa/machine

Foo

Tag summary

Content type

Image

Digest

Size

111.3 MB

Last updated

over 4 years ago

docker pull hassegawa/machine