purple-team-attack-automation icon indicating copy to clipboard operation
purple-team-attack-automation copied to clipboard

1st install Docker-compose.override.yml

Open deanbushmiller opened this issue 5 years ago • 0 comments

Cannot go any further install of docker build- I am sure it is me... but point me in the right direction? KALI: 18.2 Clean image with fresh update of everything as of today

Error:root@kali:~/purple-team-attack-automation# docker-compose build ERROR: yaml.parser.ParserError: while parsing a block mapping in "././docker-compose.override.yml", line 4, column 5 expected , but found ''

My file looks like this: version: "3" services: ms: build: context: . dockerfile: ./Dockerfile args: BUNDLER_ARGS: --jobs=8 image: metasploit:dev environment: LHOST: 10.0.4.253 ports: - 8080:8080 - 443:443 DATABASE_URL: postgres://postgres@db:5432/msf_dev?pool=200&timeout=5 volumes: - .:/usr/src/metasploit-framework

When i completed the file: I rewrite the ENV file echo "COMPOSE_FILE=./docker-compose.yml:./docker-compose.override.yml:./docker-compose.local.override.yml" >> .env

NO JOY.

You might also want to check the last ~1k lines of /opt/metasploit/apps/pro/engine/config/logs/framework.log or ~/.msf4/logs/framework.log for relevant stack traces

System stuff

Metasploit version

Metasploit is working fine =[ metasploit v5.0.66-dev

I installed Metasploit with:

  • [ X] Kali package via apt
  • [ x] Omnibus installer (nightly)
  • [ Community] Commercial/Community installer (from http://www.rapid7.com/products/metasploit/download.jsp)
  • [ ] Source install (please specify ruby version)

OS

KALI 18 What OS are you running Metasploit on?

deanbushmiller avatar Dec 27 '19 22:12 deanbushmiller