Thanks to visit codestin.com
Credit goes to hexdocs.pm

mix testcontainers.run (testcontainers v1.14.1)

Copy Markdown View Source

Usage: mix testcontainers.run [sub_task] [--database DB] [--db-volume VOLUME] [sub_task_args...]

Examples: mix testcontainers.run test --database postgres mix testcontainers.run phx.server --database mysql mix testcontainers.run test --database postgres --db-volume my_postgres_data mix testcontainers.run phx.server --db-volume my_postgres_data mix testcontainers.run some.custom.server

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.