curl -sSL https://get.docker.com/ | sh
curl -Ls http://azk.io/install.sh | bash
- Fedora only
- stop dnsmasq service
systemctl stop dnsmasq.service
- stop firewall
sudo systemctl stop firewalld
- restart docker service
sudo service docker stop
sudo service docker start
- To check if its working
azk shell --image azukiapp/alpine -- ping -c 4 dev.azk.io
- stop dnsmasq service
Run web
azk start
Connect to containers shell
azk shell
Open browser
http://web.dev.azk.io