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

README.md « ci - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db79d75df66769e5702fa98e20dd93d627552660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```