Created
November 22, 2019 06:16
-
-
Save kameshsampath/ef92bf609d296303423de7f0dda495c1 to your computer and use it in GitHub Desktop.
Running mariadb as podman pods
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
podman run -dt --rm --pod new:db --name mariadb -e MYSQL_ROOT_PASSWORD=superS3cret! -e MYSQL_USER=demo -e MYSQL_DATABASE=demodb -e MYSQL_PASSWORD=password -p 3306:3306 -p 8082:8080 mariadb:10.4.4 | |
podman run -dt --rm --pod db --name adminer adminer:4.7.3-standalone | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment