mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-23 15:32:01 +01:00
13 lines
270 B
Markdown
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``
|