From cf6a172694a9821ec2e1f24fb7095471377548e4 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 19 Oct 2020 04:15:13 +0200 Subject: [PATCH] Update README for all the new changes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30b0e77..cae1c75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Docker Base Image for Arch Linux +# Arch Linux Docker Image [![pipeline status](https://gitlab.archlinux.org/archlinux/archlinux-docker/badges/master/pipeline.svg)](https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commits/master) -This repository contains all scripts and files needed to create a Docker base image for Arch Linux. +This repository contains all scripts and files needed to create a Docker image for Arch Linux. ## Dependencies Install the following Arch Linux packages: @@ -15,11 +15,11 @@ Install the following Arch Linux packages: Make sure your user can directly interact with Docker (ie. `docker info` works). ## Usage -Run `make docker-image-base` to build the image `archlinux:base` with the +Run `make docker-image-base` to build the image `archlinux/archlinux:base` with the `base` group installed. You can also run `make docker-image-base-devel` to -build the image `archlinux:base-devel` with the `base-devel` group installed. +build the image `archlinux/archlinux:base-devel` with the `base-devel` group installed. -## Purpose +## Principles * Provide the Arch experience in a Docker image * Provide the most simple but complete image to base every other upon * `pacman` needs to work out of the box