Crafting Web Experiences
When you first install Docker in Ubuntu, you might get some permission error messages. To fix that, I use the commands below. Error Message:Got permission denied while trying to connect to the Docker daemon socket at …. Initial Fix: .docker folder permission warning fix
If you’re using NGINX web server, add this into your NGINX configuration file to modify output of your webpages:
AstroPress: https://github.com/rebelchris/astropress Article: https://blog.openreplay.com/building-an-astro-website-with-wordpress-as-a-headless-cms/
uploads.ini: docker-compose.yml: or Dockerfile:
Browsers Editors Server Design Communication Video Tools Image Tools FTP Compressing Utilities Packages Task Management Personal: Office
Need to find what’s eating your storage? Use these two commands: 1. Check Container Sizes Shows the writable layer size vs. the total image size for each container. 2. Overall Storage Summary Shows a summary of images, containers, and volumes. Need more detail? Add the verbose flag to see exactly which items are taking up…
docker-compose.yml: Dockerfile: NGINX default.conf:
Compress: Uncompress:
Stop all containers: One by One Prune: Remove all including Build Cache: Reference: https://docs.docker.com/config/pruning/#prune-everything
The default running container listing command: List all containers either running and stopped: Choose specific information for the table that will be listed. I only wanted to list container names and their statuses: And finally, filter them by container names. I’m filtering the containers which contain “_wp” word: Reference: https://docs.docker.com/engine/reference/commandline/container_ls/
What’s <project_name>? What’s the problem? How does <project_name> solve this? Who uses <project_name>? Where’s <project_name> now? How big is the market? What’s the competitive landscape? Details about competitors: When they started? How many people they have? Revenue How did they grow? What are they currently doing? Comparison with <project_name> What’s the strategy? How do we…