Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josevnz/1f02f9b880ccb5f38cf646a4bf86c364 to your computer and use it in GitHub Desktop.
Save josevnz/1f02f9b880ccb5f38cf646a4bf86c364 to your computer and use it in GitHub Desktop.
Rasbpberry Pi OS 32 bit Docker mariadb install failure
pi@raspberrypi:~$ docker run -e MYSQL_USER=$MYSQL_USER -e MYSQL_PASSWORD=$MYSQL_PASSWORD -e MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD -e MYSQL_DATABASE=$MYSQL_DATABASE - name bocaproyectos_db -v "$MYSQL_DATA_DIR":/var/lib/mysql -d mariadb
Unable to find image 'mariadb:latest' locally
latest: Pulling from library/mariadb
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run - help'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment