From a57088c60c2837c80fc494a5a9f043be1698695f Mon Sep 17 00:00:00 2001 From: Dominique Marcadet <dominique.marcadet@centralesupelec.fr> Date: Fri, 27 Oct 2023 15:49:51 +0200 Subject: [PATCH] typo in README name --- README.md | 20 ++++++++++++++++++++ README.mda | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 README.mda diff --git a/README.md b/README.md index e69de29..a4b37fd 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ + +# docker-webtop-archimate + +## Why + +This image, based on [docker-webtop](https://gitlab-research.centralesupelec.fr/my-docker-images/docker-webtop), +provides ([the Archimate tool](https://www.archimatetool.com). + +It uses the [IceWM](https://ice-wm.org) window manager. + +## Details + +- See details on [docker-webtop](https://gitlab-research.centralesupelec.fr/my-docker-images/docker-webtop/-/tree/icewm) +- if docker is installed on your computer, you can run (amd64 architecture only) this + image, assuming you are in a specific folder that will be shared with the container at + `/config`, with: + + `docker run -p 3000:3000 -v "$(pwd):/config" + gitlab-research.centralesupelec.fr:4567/my-docker-images/docker-webtop-archimate:icewm` + diff --git a/README.mda b/README.mda deleted file mode 100644 index a4b37fd..0000000 --- a/README.mda +++ /dev/null @@ -1,20 +0,0 @@ - -# docker-webtop-archimate - -## Why - -This image, based on [docker-webtop](https://gitlab-research.centralesupelec.fr/my-docker-images/docker-webtop), -provides ([the Archimate tool](https://www.archimatetool.com). - -It uses the [IceWM](https://ice-wm.org) window manager. - -## Details - -- See details on [docker-webtop](https://gitlab-research.centralesupelec.fr/my-docker-images/docker-webtop/-/tree/icewm) -- if docker is installed on your computer, you can run (amd64 architecture only) this - image, assuming you are in a specific folder that will be shared with the container at - `/config`, with: - - `docker run -p 3000:3000 -v "$(pwd):/config" - gitlab-research.centralesupelec.fr:4567/my-docker-images/docker-webtop-archimate:icewm` - -- GitLab