1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-23 15:32:01 +01:00
eoli3n-dotfiles/docker/centos/README.md

13 lines
270 B
Markdown
Raw Normal View History

2017-12-27 13:16:29 +01:00
## Build and run Locally
2017-12-27 11:53:35 +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 centos/dotfiles -f docker/centos/Dockerfile .
sudo docker run -t centos/dotfiles
2017-12-27 11:53:35 +01:00
```
2017-12-27 13:16:29 +01:00
## User
Login : ``test``
Password : ``dockerpass``