Tag: Docker

devops
ID: 20200520

Permanently authenticating with Git repositories

#AWS #Docker

On Linux you can use the ‘cache’ authentication helper that is bundled with Git 1.7.9 and higher. From the Git documentation: This command caches credentials in memory for use by future git progra... Read more

20 May 2020 - less than 1 minute read
devops
ID: 20200320

Install Docker and docker-compose on Amazon Linux

#AWS #Docker

I often have to deploy an AWS instance running on Amazon Linux and using it to deploy Docker containers. As Amazon Linux don’t come with Docker preinstalled, you have to do it manually. Or even be... Read more

20 Mar 2020 - less than 1 minute read