Skip to content

PDSW-ECI/BDPRUEBA-CONTAINER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To create and run a container (an instance of the MariaDB database), after building the Docker image locally:

docker build -t bdprueba-cvds-eci:latest .

docker run -p 3306:3306 --name bdprueba-cvds-eci -d bdprueba-cvds-eci

To create and run a container from the Docker image available on Dockerhub

docker run -p 3306:3306 --name bdprueba -d eciswe/bdprueba-cvds-eci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published