Skip to content

Commit

Permalink
remove size info
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Sep 30, 2024
1 parent 0edfda1 commit e6ae7e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## GRASS GIS 8.4 (current) Docker installation and usage
## GRASS GIS Docker installation and usage

[![Docker Pulls](https://img.shields.io/docker/pulls/osgeo/grass-gis.svg)](https://grass.osgeo.org/download/docker/)

Expand Down Expand Up @@ -31,8 +31,6 @@ the required features, available disk space, and whether you need GUI support.

### Alpine-based image

Image size: around 240 MB

**Installation:**

```bash
Expand All @@ -47,8 +45,6 @@ docker run -it --rm osgeo/grass-gis:releasebranch_8_4-alpine grass -c EPSG:4326

### Debian-based image

Image size: around 1.20 GB

**Installation:**

```bash
Expand All @@ -63,8 +59,6 @@ docker run -it --rm osgeo/grass-gis:releasebranch_8_4-debian grass -c EPSG:4326

### Ubuntu-based image

Image size: around 550 MB

**Installation:**

```bash
Expand All @@ -79,8 +73,6 @@ docker run -it --rm osgeo/grass-gis:releasebranch_8_4-ubuntu grass -c EPSG:4326

### Ubuntu-based image with GUI

Image size: around 1.35 GB

**Installation:**

```bash
Expand Down

0 comments on commit e6ae7e1

Please sign in to comment.