Skip to content

Instantly share code, notes, and snippets.

@thimslugga
thimslugga / setup-docker-al2023.md
Last active April 17, 2025 00:22
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.

Overview of Updating Amazon Linux 2023

Check for new updates

Get the hosts current Amazon Linux 2023 release:

@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)