Base image: maraidb-server 10.3. Extended with application database for cv4tcpipl:10.3
128
Note: This is a verification build of the base image. By itself, not much use. You need to follow up with initialization and importing existing database or creating new ones. Please find the back-end containers at http://aesclever.com/aftp/.linux2.9/RPM
Get base image: git clone https://github.com/docker-library/mariadb
Build container: cd mariadb/10.3 sudo docker build -t maraiadb_cv4tcpipl:10.3 . export DOCKER_ID_USER="yourdockeridhere" sudo docker logon ...
Upload to your dockerhub account:
sudo docker tag maraiadb_cv4tcpipl:10.3 $DOCKER_ID_USER/maraiadb_cv4tcpipl:10.3
sudo docker push $DOCKER_ID_USER/maraiadb_cv4tcpipl:10.3
...
Run it: docker run -ti -d -p 3306:3306 maraiadb_cv4tcpipl:10.3 "bash"
Content type
Image
Digest
Size
129.5 MB
Last updated
almost 9 years ago
docker pull marknre/maraiadb_cv4tcpipl:10.3