Created
March 10, 2025 06:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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