All functions

sp_check_that_docker_is_up()

Check that docker is running

sp_color_markdown_text()

Color subsequent text in a specified color

sp_docker_build()

Build a Docker image

sp_docker_containers_tibble()

List containers into a tibble

sp_docker_images_tibble()

List images into a tibble

sp_docker_network_create()

Create a Docker network

sp_docker_networks_tibble()

List networks into a tibble

sp_docker_remove_container()

Forcibly remove a container

sp_docker_remove_image()

Forcibly remove an image

sp_docker_run()

Run a Docker image

sp_docker_start()

Start an existing container

sp_docker_stop()

Stop an existing container

sp_fetch_dvdrental_autodoc()

Fetch dvdrental autodoc

sp_get_dbms_data_dictionary()

Download a table from the dbms and create a data dictionary data frame

sp_get_fivenumsum()

Calculate a 5 number summary (for all types of variables)

sp_get_postgres_connection()

Connect to a PostgreSQL database

sp_make_data_dictionary()

Run sp_get_fivenumsum on all variables in a data frame

sp_make_dvdrental_image()

Make dvdrental Docker image

sp_make_simple_pg()

Make simple PostgreSQL container

sp_pg_catalog()

Fetch a PostgreSQL database catalog

sp_pg_close_connection()

Notify observer and close connection

sp_pg_docker_run()

Run a PostgreSQL Docker image in a container

sp_print_df()

Show (print) a data frame depending on appropriate output type

sp_show_all_docker_containers()

Check that docker is running