Follow instructions, it contains all dependencies
For Ubuntu:
- Uninstall old versions
- Install using the repository
-
Add to your using the right to use Docker
sudo usermod -aG docker <YOUR-USERNAME>
For Debian:
- Uninstall old versions
- Install using the repository
-
Add to your using the right to use Docker
sudo usermod -aG docker <YOUR-USERNAME>
For Centos:
- Uninstall old versions
- Install using the repository
-
Add to your using the right to use Docker
sudo usermod -aG docker <YOUR-USERNAME>
For Fedora:
- Uninstall old versions
- Install using the repository
-
Add to your using the right to use Docker
sudo usermod -aG docker <YOUR-USERNAME>
Follow instructions in the linux tab.
Just edit presentation.md to update presentation
That repository was created only to use original layout, to change it please refer to original repository.
Just type make start and open http://127.0.0.1:8080 in your browser.
make build=> Build imagemake run=> Run the container from the imagemake clean=> Stop and rm containermake start=>make build+make runmake update=>make clean+make build+make runmake restart=>make clean+make run