Skip to content
New issue

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

Invalid quote in Dockerfile #5

Open
tbarbette opened this issue Jun 7, 2022 · 0 comments
Open

Invalid quote in Dockerfile #5

tbarbette opened this issue Jun 7, 2022 · 0 comments

Comments

@tbarbette
Copy link

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...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant