Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Created November 22, 2019 06:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kameshsampath/ef92bf609d296303423de7f0dda495c1 to your computer and use it in GitHub Desktop.
Save kameshsampath/ef92bf609d296303423de7f0dda495c1 to your computer and use it in GitHub Desktop.
Running mariadb as podman pods
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