Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jjrbfi/docker-mariadb

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 
 
 

Repository files navigation

🐋 Docker image with MariaDB for testing purposues

🛠 Install from Docker file

docker build . debian:mariadb

📦 Create the container from the image

  • With this image we are sharing our X11 to get graphics from the container.
  • We will get back a Terminator windows directly from that container.
docker run -it --privileged --net=host --ipc=host \
--device=/dev/dri:/dev/dri \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=$DISPLAY \
-v $HOME/.Xauthority:/home/$(id -un)/.Xauthority \
-e XAUTHORITY=/home/$(id -un)/.Xauthority \
debian:mariadb

✈️ Getting started

  1. We need to enable the root password and other configurations. That can be done in a easy way with:
mysql_secure_installation
  1. Run mycli
mycli -u root

About

Docker container with MariaDB and X11 (GUI) support [Linux]- Testing purpouses

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.