Skip to content

Instantly share code, notes, and snippets.

@alefra88
Created March 10, 2025 06:26
Show Gist options
  • Save alefra88/102a14138dc08463a22e2ac38dcf688c to your computer and use it in GitHub Desktop.
Save alefra88/102a14138dc08463a22e2ac38dcf688c to your computer and use it in GitHub Desktop.
descargar imagen de oracle XE con docker pull y correr la instancia con docker run
docker pull container-registry.oracle.com/database/express:latest
docker run --name oracle_docker_xe2 -p 1522:1521 -e ORACLE_PWD=dbdev container-registry.oracle.com/database/express:21.3.0-xe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment