dionaea-docker icon indicating copy to clipboard operation
dionaea-docker copied to clipboard

Dionaea Docker Image Error

Open sehrixhshafeeq opened this issue 4 years ago • 0 comments

When I try to run dionaea docker image using the commands mentioned in documentation https://github.com/DinoTools/dionaea-docker

I get following error

Sending build context to Docker daemon  2.048kB
Step 1/3 : FROM dionae:0.6
pull access denied for dionae, repository does not exist or may require 'docker login'

Steps to recreate Create a Dockerfile in your project

FROM dionae:0.6
COPY conf/your-service.yaml /opt/dionaea/etc/dionaea/services-enabled/
COPY conf/your-ihandler.yaml /opt/dionaea/etc/dionaea/ihandlers-enabled/

Then, run the commands to build and run the Docker image:

docker build -t my-dionaea

sehrixhshafeeq avatar May 21 '20 19:05 sehrixhshafeeq