Instalar Docker-compose en ARM64v8

Tiempo de lectura: < 1 minuto

Reading Time: < 1 minute

To install Docker Compose on ARM64, you need to install it using pip.

sudo pip3 install docker-compose

If pip is not installed, you can install it with the following command:

sudo apt install python3-pip

If you need to install Docker, you can follow this step: https://devcodelight.com/desplegar-servidor-web-apache-con-docker-compose/

Leave a Comment