Combining all containers into one (With all our powers combined)
- 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]
- 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
- Proxy quicklink [!dead link]
What I did to burpee it:
docker-compose down -v --rmi all
git pull origin master
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