install docker and docker-compose on ubuntu 24.04

علی ذوالفقار
1403/12/19 16:27:21 ()
just use apt as below : 
	apt install docker.io 
	apt install docker-compose
Back