Skip to content

Instantly share code, notes, and snippets.

@thimslugga
thimslugga / 01_setup-docker-al2023.md
Last active August 20, 2025 17:17
Setup Docker on Amazon Linux 2023

Setup Docker on Amazon Linux 2023

The following guide is for setting up Docker with docker-compose v2 on Amazon Linux 2023. The steps are intendend for AL2023 on EC2 but should mostly work for the AL2023 VMs running on other hypervisors.

Install and configure Docker on Amazon Linux 2023

Install Base OS Packages

Install the following packages, which are good to have installed:

@rmrevin
rmrevin / Money.php
Last active January 30, 2016 17:02
Money formatter helper
<?php
class Money
{
/**
* @param string $value
* @return integer
*/
public static function convertToStore($value)