Skip to content

Instantly share code, notes, and snippets.

View daleretto's full-sized avatar
🌴
On vacation

daleretto

🌴
On vacation
View GitHub Profile
@daleretto
daleretto / setup-docker-al2023.md
Created November 23, 2024 16:56 — forked from thimslugga/01_setup-docker-al2023.md
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

Check for new updates

Get the hosts current Amazon Linux 2023 release:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>portal</artifactId>
<groupId>ru.com.a2a.portal</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
This file was created by IntelliJ IDEA 12.0 for binding GitHub repository