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

Issue while running docker on Mac #103

Closed
kp625544 opened this issue Feb 26, 2020 · 3 comments
Closed

Issue while running docker on Mac #103

kp625544 opened this issue Feb 26, 2020 · 3 comments

Comments

@kp625544
Copy link

Following issue occurred while installing cti-taxii-server via docker on Mac
Step 3/5 : COPY ./docker_utils/*.json /opt/taxii
COPY failed: no source files were specified

@zrush-mitre
Copy link
Contributor

zrush-mitre commented Mar 2, 2020

Hi @kp625544,

Assuming you have not moved the Dockerfile from the docker_utils folder, you have to call docker build from the root folder with a path specification like so: docker build . -f docker_utils/Dockerfile -t medallion.

Were you following the instructions in the readme? I noticed that we don't specify where the Dockerfile is, so I will make a PR to add some description and link to this issue.

Hope this helps.

@kp625544
Copy link
Author

kp625544 commented Mar 2, 2020 via email

@emmanvg
Copy link
Contributor

emmanvg commented Mar 20, 2020

closed by #104

@emmanvg emmanvg closed this as completed Mar 20, 2020
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

3 participants