Describe the bug
I just run command on debian 10 as show below:
$ docker-compose up -d
ERROR: build path /home/echowings/malice/malice/logstash either does not exist, is not accessible, or is not a valid URL.
then I created a folder name logstash
echowings@xa-malice:~/malice/malice$ mkdir logstash
echowings@xa-malice:~/malice/malice$ docker-compose up -d
Creating network "malice_malice" with driver "bridge"
Creating volume "malice_malice" with default driver
Creating volume "malice_es_data" with default driver
Pulling elk (blacktop/elk:)...
latest: Pulling from blacktop/elk
6a5a5368e0c2: Pull complete
7b9457ec39de: Pull complete
d5cc639e6fca: Pull complete
2cac98b7f5b9: Pull complete
bf96dd67c9aa: Pull complete
ab05ba8362e2: Pull complete
fa7e8f9f253c: Pull complete
4fc945f0ead5: Pull complete
ed2741c9ce36: Pull complete
570ac9acb128: Pull complete
846e63a852d5: Pull complete
b4d5ca0ebd99: Pull complete
b333a6393ab0: Pull complete
4f4b78533415: Pull complete
7566a927c761: Pull complete
f1766b5d4375: Pull complete
076bc3305401: Pull complete
0c2bc09697a0: Pull complete
Digest: sha256:892016cc5f5bd7eea071c2adadacc9f2e2d3006d4119284839e89f63ebc2fbe4
Status: Downloaded newer image for blacktop/elk:latest
Pulling rethink (rethinkdb:)...
latest: Pulling from library/rethinkdb
e7a7e6031030: Pull complete
0ca7c739ad6e: Pull complete
c3237801dc54: Pull complete
5d6127e7f6f6: Pull complete
68af5fd8cef9: Pull complete
Digest: sha256:7af2b5a808176e9a83c6aae97f5c6e3437cef0d359e62693edda1cff5d364af4
Status: Downloaded newer image for rethinkdb:latest
Building logstash
ERROR: Cannot locate specified Dockerfile: Dockerfile
echowings@xa-malice:~/malice/malice$
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Output of docker version:
Output of docker info:
Additional environment details (AWS, VirtualBox, physical, Docker For Mac, Docker Toolbox, docker-machine, etc.):
Additional context
Add any other context about the problem here.
Describe the bug
I just run command on debian 10 as show below:
then I created a folder name
logstashTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Output of
docker version:Output of
docker info:Additional environment details (AWS, VirtualBox, physical, Docker For Mac, Docker Toolbox, docker-machine, etc.):
Additional context
Add any other context about the problem here.