1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 07:21:58 +01:00
eoli3n-dotfiles/docker/archlinux/README.md

16 lines
310 B
Markdown
Raw Normal View History

2017-12-27 13:16:29 +01:00
## Build and run Locally
2017-12-24 13:40:50 +01:00
```
2017-12-27 13:16:29 +01:00
git clone https://github.com/eoli3n/dotfiles
cd dotfiles
git checkout <master|dev>
sudo docker build -t archlinux/dotfiles -f docker/archlinux/Dockerfile .
sudo docker run -t archlinux/dotfiles
2017-12-24 13:40:50 +01:00
```
2017-12-27 13:16:29 +01:00
## User
Login : ``test``
Password : ``test``
2017-12-24 13:40:50 +01:00
2017-12-27 13:16:29 +01:00
## Use automated online builds
Soon