chore: point example command to git.dotya.ml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-13 23:52:35 +02:00
parent 14c2ac1423
commit 2d824edd29
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -35,6 +35,6 @@ docker run -it -v yourlocalpath:containerpath immawanderer/archlinux:latest
```bash
mkdir -pv mynewfolder
cd ./mynewfolder
wget https://raw.githubusercontent.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux/master/Dockerfile
wget https://git.dotya.ml/wanderer/docker-archlinux/raw/branch/master/Dockerfile
docker build --pull - < Dockerfile
```