runtime-tools icon indicating copy to clipboard operation
runtime-tools copied to clipboard

Undefined flags

Open himat opened this issue 4 years ago • 0 comments

I just installed the oci runtime tool

$ oci-runtime-tool --version
oci-runtime-tool version 0.9.0, commit: d1bf3e66ff0aa45840608d28eae6ce15f2cc9a26

and tried to run oci-runtime-tool generate --args "/usr/sbin/httpd" --args "-DFOREGROUND" --network=host --tmpfs=/tmp --tmpfs /run --tmpfs /var/log/httpd --tmpfs /r un/httpd --read-only --bind /tmp/rhel7-httpd:/var/www/html > config.json

But I got FATA[0000] flag provided but not defined: -network and when I removed teh network arg, I got FATA[0000] flag provided but not defined: -tmpfs

What were these arguments changed to in the new version? How do I modify my command to work now?

himat avatar May 10 '20 03:05 himat