-
templates used to create containers that have no state and never change
-
created with the docker build command
-
composed of layers of other images
-
Ex:
docker run hello-world
| const checks = document.getElementsByClassName('js-mark-as-fixed') | |
| for (let i = 0; i < checks.length; i++) { checks[i].click() } |
Nginx is a webserver but also can act as a reverse proxy (sits in front of another server), a load balancer, or a load balancer. Read more here
sudo apt-get update & sudo apt-get install nginxip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'/etc/nginx/nginx.conf.You can do this with a virtual box (ex: Vagrant & VirtualBox), an EC2 instance on AWS, a Droplet on Digital Ocean, and a variety of other ways/services.
~/.ssh directoryssh -i "name_of_my_key_pair.pem" ubuntu@ec2-54-84-207-182.compute-1.amazonaws.com