Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-23 01:34:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-23 01:34:42 +0300
commitf3e14634c4df889204568b3383c72ddc7206c220 (patch)
tree89b569fb39a00ea55f018a51decb58773e3ed213 /ci/README.md
parent90fb9a248e9bc3ac737f77cf7f5bc59a3034300e (diff)
Adding official Ubuntu Docker images
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md
new file mode 100644
index 000000000..db79d75df
--- /dev/null
+++ b/ci/README.md
@@ -0,0 +1,16 @@
+# Remmina docker images
+
+To update/push images you need permissions for this repository:
+
+https://cloud.docker.com/u/remmina/repository/docker/remmina/ubuntu
+
+To build and push:
+
+```shell
+# cd where is the Dockerfile
+# login with your docker account
+docker build -t remmina/ubuntu:18.04 --no-cache --force-rm --compress .
+docker push remmina/ubuntu:18.04
+```
+
+