Git ssh not working on windows.

Posted on Leave a commentPosted in Git

Make sure you have putty installed on windows. Configure Windows Environment Variable Type Environment into your Windows 10 search bar. Otherwise, open up System Properties / Advanced System Settings and find your Environment Variables. Add a new System variable Variable Name: GIT_SSH Variable Value: full path to plink.exe file (you may also have pageant.exe and puttygen.exe in the same folder). Mine was: C:\Program […]

Ansible: Role Directory overview

Posted on Leave a commentPosted in Ansible

roles/ common/ # this hierarchy represents a “role” tasks/ # main.yml # <– tasks file can include smaller files if warranted handlers/ # main.yml # <– handlers file templates/ # <– files for use with the template resource ntp.conf.j2 # <——- templates end in .j2 files/ # bar.txt # <– files for use with the […]

Docker: Difference between docker.io and docker-ce

Posted on Leave a commentPosted in Docker

Older versions of Docker were called docker or docker-engine or docker.io docker-io package was the name used on Debian/Ubuntu for the official docker release. Main reason was to avoid a name conflict with Ubuntu docker system-tray binary. Docker now has an enterprise version (EE) and a free community Edition version(CE) Prior to installing Docker Community […]

Docker: Pull an Image from a Private Registry

Posted on Leave a commentPosted in Docker

Log in to Docker On your laptop, you must authenticate with a registry in order to pull a private image: docker login When prompted, enter your Docker username and password. The login process creates or updates a config.json file that holds an authorization token. View the config.json file: cat ~/.docker/config.json The output contains a section similar to this: { […]

Docker: Creating a Docker repo.

Posted on 2 CommentsPosted in Docker

Deploy a registry server Estimated reading time: 18 minutes Before you can deploy a registry, you need to install Docker on the host. A registry is an instance of the registry image, and runs within Docker. This topic provides basic information about deploying and configuring a registry. For an exhaustive list of configuration options, see theconfiguration reference. If […]

Git

[vc_row][vc_column][vc_masonry_grid post_type=”post” max_items=”10″ style=”lazy” show_filter=”yes” element_width=”12″ gap=”5″ grid_id=”vc_gid:1515931120698-2234b355b7c4158213eea8acb0f8c445-8″ taxonomies=”11″ filter_source=”category”][/vc_column][/vc_row]

AWS: Services Overview

Posted on Leave a commentPosted in AWS

Compute Amazon EC2 (Elastic Compute Cloud) Amazon Elastic Compute cloud is a web service that provides resizable compute capacity in the cloud, it allows organizations to obtain and configure virtual servers in Amazons’s data centers. Organizations can select from a variety of operating systems and resource configurations from memory, cpu, storage etc. AWS EC2 allows […]

AWS

[vc_row][vc_column][vc_masonry_grid post_type=”post” max_items=”10″ style=”lazy” show_filter=”yes” element_width=”12″ gap=”5″ grid_id=”vc_gid:1515931061587-c0d73019d5c401d6ddb19e07821ff0f1-1″ taxonomies=”20″ filter_source=”category”][/vc_column][/vc_row]