Hi, i have a problem to install REMP's Docker containers on Windows. When i run make docker-built i get not recognized the command
make docker-build
'make' is not recognized as an internal or external command,
operable program or batch file.
When i run docker-compose up, then i get
docker-compose up
Building beam_tracker
Step 1/8 : FROM alpine
---> 055936d39205
Step 2/8 : WORKDIR /bin
---> Using cache
---> 5d70f66505bd
Step 3/8 : ADD tracker.tar .
ERROR: Service 'beam_tracker' failed to build: ADD failed: stat /var/lib/docker/tmp/docker-builder566434670/tracker.tar: no such file or directory
Do i understand correctly, that this docker installation is possible to run just on Linux? It's there a possibility to run it on Windows somehow? Thank you
Hi, i have a problem to install REMP's Docker containers on Windows. When i run make docker-built i get not recognized the command
When i run docker-compose up, then i get
Do i understand correctly, that this docker installation is possible to run just on Linux? It's there a possibility to run it on Windows somehow? Thank you