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

unable to create a folder in the /var/custom #11

Open
shankarjai2525 opened this issue Jan 4, 2019 · 0 comments
Open

unable to create a folder in the /var/custom #11

shankarjai2525 opened this issue Jan 4, 2019 · 0 comments

Comments

@shankarjai2525
Copy link

I'm unable to create a folder in the /var/custom folder in the base image store/ibmcorp/db2_developer_c:11.1.4.4-x86_64

This is the error I get when I try to build the image
Step 2/4 : RUN mkdir /var/custom/DViewWE
---> Running in aaf9b4845192
mkdir: cannot create directory '/var/custom/DViewWE': No such file or directory

Here is the dockerFile
FROM store/ibmcorp/db2_developer_c:11.1.4.4-x86_64

RUN mkdir /var/custom/DViewWE

COPY CreateDViewWEDB.sql /var/custom
RUN chmod a+x /var/custom/CreateDViewWEDB.sql

Need help.

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