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

13 lines
270 B
Markdown

## Build and run Locally
```
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
```
## User
Login : ``test``
Password : ``dockerpass``