Here is a guide to compile PROFTP on a EC2 instance running AMI LINUX;
Environment:
- AWS EC2 T2micro (1GB RAM, 1VCPU)
- Operating System:
Amazon Linux 2
CPE OS Name: cpe:2.3:o:amazon:amazon_linux:2
| # Docker-in-Docker Gitlab runners setup taken from: | |
| # https://medium.com/@tonywooster/docker-in-docker-in-gitlab-runners-220caeb708ca | |
| dind: | |
| restart: always | |
| privileged: true | |
| volumes: | |
| - /var/lib/docker | |
| image: docker:17.09.0-ce-dind | |
| command: | |
| - --storage-driver=overlay2 |
| docker run -e WORDPRESS_DB_HOST=127.0.0.1:3306 -e WORDPRESS_DB_USER=root -e WORDPRESS_DB_PASSWORD=password --network specific-network-name -P wordpress | |
| https://github.com/ridi/gitlab-dind-runner | |
| https://blog.heavycookie.co/posts/gitlab-ci-docker-compose/ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |