
mrorgues/libreofficeThis repository holds various Dockerfiles for images I create. Some of them are GUI Apps. (Yes, that's right !)
Some of the dockerfiles may use the ARG keyword. Hence, docker 1.9+ is required.
All the images are available here. Feel free to pull them! ex:
$ docker pull mrorgues/slack
You don't want to use them? No problem! Feel free to build your own images!
(Optional) Run the following command lines:
The following command lines allow you to activate a user namespace. More information here: [***]
$ sudo systemctl stop docker $ echo $USER":1000:1" | sudo tee -a /etc/subuid /etc/subgid $ cat <<EOF | sudo tee -a /etc/docker/daemon.json { "userns-remap": $USER } EOF $ sudo systemctl start docker
Run the following command lines:
$ git clone [***] && cd dockerfiles/<PROJECT> $ docker login $ docker build --no-cache -f Dockerfile -t <DOCKER_HUB_REPO>/<PROJECT> . $ # Or $ docker build --no-cache --build-arg MY_VAR=my_value -f Dockerfile -t <DOCKER_HUB_REPO>/<PROJECT> . $ docker push <DOCKER_HUB_REPO>/<PROJECT>
Please find more information here: [***]



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务