Docker push image to AWS ECR
NOTE: All configurations were taken from a lab environment. ECR Docker images can be pushed to public or private repositorioes in Amazon Elastic Container Registry (ECR). Create a repo in ECR ...
NOTE: All configurations were taken from a lab environment. ECR Docker images can be pushed to public or private repositorioes in Amazon Elastic Container Registry (ECR). Create a repo in ECR ...
NOTE: All configurations were taken from a lab environment. TLDR; Just copy and paste this to have Docker Compose installed sudo curl -SL https://github.com/docker/compose/releases/download/v2...
SNMP reports the values of OIDs as integers and it is up to the application show the meaning of those values to the users. If the application does not include the meaning of these integer, it becom...
NOTE: All configurations were taken from a lab environment. Pass environment variables to a container Here an example of an container that accepts environment variables during container’s initi...
NOTE: All configurations were taken from a lab environment. Dockerfile Here is a Dockerfile which performs the following actions. OS - ubuntu Update apt repo Install dependencias using ...
NOTE: All configurations were taken from a lab environment. See Docker version docker version output ubuntu@ip-172-31-22-38:~$ sudo docker version Client: Docker Engine - Community Ver...
NOTE: All configurations were taken from a lab environment. TLDR; Just copy and paste this to have Docker installed curl -fsSL https://get.docker.com -o get-docker.sh sudo sh ./get-docker.sh ...
NOTE: All configurations were taken from a lab environment. Create IAM User You could name the user k8-admin Attach the Policy AdministratorAccess to it Follow Setup user profile in AWS ...
NOTE: All configurations were taken from a lab environment. Adding the OSPF Configuration to mxA# & mxC# Routers mxA [edit protocols ospf] lab@mxA# show | compare [edit protocols ospf] + ar...
1. Appending the logical system to a command This will display the information about that specific logical system. The Logical System needs to be explicitly stated in the command. For example, the...