Docker Cheat Sheet
docker cheat sheet, know all important docker commands at one place. ultimate Docker Commands guide for everyday use
docker cheat sheet, know all important docker commands at one place. ultimate Docker Commands guide for everyday use
Get $1000 free AWS Credits for your startup, with the AWS Activate founders program in 2021, startups can get free $1000 USD credits from AWS
Basic git commands, git commands, git push, git pull, git add, git commit, git status, git branch, git checkout, git workflow
launch Database with help of AWS using AWS RDS. For your MySQL and PostgreSQL database hosting you can use AWS RDS, AWS RDS provides automatic backup system
Here’s hands-on detailed video that can help you launch AWS EC2 instance in less than 10 minutes
Pass any runtime variable while creating Docker image from Dockerfile. When having parameters as an env file or configuration files that need to be selected while running docker image, then you may not require to create different Dockerfile for all different environments. This Article can help you pass those variable on go and you can use one Dockerfile for all environments
Login to your Ubuntu server/machine with root account credentials and install NGINX and PHP-FPM with following commands.
1. apt update
2. apt install nginx
3. apt install php7.2-fpm
Check Status of installation and proceed with changes of configuration files
This Article focuses on AWS S3 Cli Commands, To Copy files from One Bucket to Another, Copy files from S3 to Local System, Remove files/folders from S3, List Buckets on AWS Accounts, List file and folders of AWS S3 Bucket
This article helps you to set root password for your ubuntu servers/instances. If you are not able to login with password and/or using pem/ppk file to login and wants to change authentication menthod to password, this article is useful to you. This article can help you configure this on AWS EC2, Google Cloud instance and many more such providers
This article discusses about multistage Dockerfile concept, how it works and how to implement with example. Main focus of this article is “to see what can we do to optimize image generation and make it smaller in size”, This article is suitable for optimization purpose of docker images