Install Docker on Amazon Linux WorkSpaces

This is continuous to the post here , using Amazon Linux2 as my virtual desktop.

Amazon Linux doesnt come with docker pre installed so we need install required packages

Installing Docker And Starting the Service

$ sudo yum install -y docker

$ sudo service docker start

//Notice : sudo , pls refer below for explanation
$ sudo docker -version

Manage Docker as a non-root user

The Docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root and other users can only access it using sudo. The Docker daemon always runs as the root user.

Site is being migrated to https://www.silverdreamracer.me , pls be advised below link will take you to correct URL.

Install Chrome on Amazon Linux2 WorkSpaces

I recently started playing with Amazon workspace as my personal development environment and choose Standard with Amazon Linux 2 as my AMI.

Below quick steps to setup Chrome

Note : Amazon Linux 2 seems to be based on Centos RHEL Fedora based on the /etc/hosts files

Create a new file with the contents given below. This will basically point to google repository for distribution file

> sudo vi /etc/yum.repos.d/google-chrome.repo

This site is being migrated to https://www.silverdreamracer.me. Please click on below to redirect to correct URL.