Skip to content

hrden05/proxy

Repository files navigation

Hipsy
Demo video

proxy

Combining all containers into one (With all our powers combined)


Wanna mess with the proxy?

  1. Download the 'FEC-proxy.pem' file. Oh look, a neat link to download it: Whattt? It's silly, right click and 'Save Link As...' [!dead link]
  2. Once downloaded, open a console where the pem file exists and run the commands:
  • chmod 400 FEC-proxy.pem
  • ssh -i "FEC-proxy.pem" ec2-user@ec2-3-14-6-240.us-east-2.compute.amazonaws.com
  1. Proxy quicklink [!dead link]
Note: docker, docker-compose, and git should all be downloaded to that proxy pooter

Making changes to the proxy files?

What I did to burpee it:

  1. docker-compose down -v --rmi all
  2. git pull origin master
  3. docker-compose up (once cd'ing into the proxy directory)
    4. And occasionally: docker system prune --all
    5. Then to check it's all empty: docker system df

docker-compose down -v --rmi all; git pull origin master; docker-compose up

About

Combining all containers into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published