This is a simple guide in cheat sheet format with self- contained command-line snippets for manage docker images/containers/volumes.
docker images -f dangling=true
# | |
# CORS header support | |
# | |
# One way to use this is by placing it into a file called "cors_support" | |
# under your Nginx configuration directory and placing the following | |
# statement inside your **location** block(s): | |
# | |
# include cors_support; | |
# | |
# As of Nginx 1.7.5, add_header supports an "always" parameter which |
upstream upstream-socket { | |
server 127.0.0.1:3000; | |
} | |
server { | |
listen 80; | |
server_name mydomain.com www.mydomain.com; | |
access_log /var/log/nginx/access-ssl.log; | |
error_log /var/log/nginx/error-ssl.log; |
Cool tools and tutorials for Docker. Selected for me from multiple webpages. This is my own collection of Docker resources See references for more info.
See this link