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

Adding Axiom to Docker Image #501

Merged
merged 3 commits into from Apr 13, 2022
Merged

Adding Axiom to Docker Image #501

merged 3 commits into from Apr 13, 2022

Conversation

frost19k
Copy link
Contributor

Changes to Dockerfile

  1. Updated to the latest Dockerfile syntax
  2. Fix $PATH & clean it up (restoring .bashrc)
❯ docker run -it --rm --entrypoint bash six2dez/reconftw:main
┌──(root㉿0bb31e273f9f)-[~/Tools/reconftw]
└─# echo $PATH
/root/go/bin:/usr/local/go/bin:/root/.local/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

❯ docker run -it --rm --entrypoint bash frost19k/reconftw
┌──(root㉿6202bb300309)-[/reconftw]
└─# echo $PATH
/usr/local/go:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/go:/root/.axiom/interact
  1. Move up localepurge configuration so that it is called with every apt install
  2. WORKDIR moved from /root/Tools/reconftw to /reconftw - less to type when mounting with docker
  3. Exposing ports 85-90 in accordance with Issue Add -p 8082:8082 to docker command list #271.
    I don't use a gowitness websever so I don't know if this is sufficient. Feel free to tag me if issues arise regarding this.

Changes to ReadMe

  1. Removed all but the basic Docker instructions.
  2. Updated "Table of Contents" to reflect 1.
  3. All other changes are because of auto-trim-whitespace

Link to the rewritten Wiki.

Do let me know if you want any changes made to the documentation.

P.S. Should have done a merge before committing my changes - didn't realise I was behind.

@six2dez six2dez merged commit 24a2fbf into six2dez:dev Apr 13, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants