We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo docker build . Sending build context to Docker daemon 80.38kB Step 1/9 : FROM registry.access.redhat.com/rhel7/rhel-tools ---> c2e97776cfa5 Step 2/9 : MAINTAINER [email protected] ---> Using cache ---> 8811b488f6f2 Step 3/9 : LABEL RUN docker run -it --privileged -v /sys/bus/pci/devices:/sys/bus/pci/devices -v /sys/kernel/mm/hugepages:/sys/kernel/mm/hugepages -v /sys/devices/system/node:/sys/devices/system/node -v /dev:/dev --name NAME -e NAME=NAME -e IMAGE=IMAGE IMAGE" failed to process "docker run -it --privileged -v /sys/bus/pci/devices:/sys/bus/pci/devices -v /sys/kernel/mm/hugepages:/sys/kernel/mm/hugepages -v /sys/devices/system/node:/sys/devices/system/node -v /dev:/dev --name NAME -e NAME=NAME -e IMAGE=IMAGE IMAGE\"": unexpected end of statement while looking for matching double-quote
Indeed the a double quote is missing...?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Indeed the a double quote is missing...?
The text was updated successfully, but these errors were encountered: