Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

cyralinc/cyral-database-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cyral-database-clients

Provides a ubuntu image with various database CLI clients

Docker

The Dockerfile present in this directory can be used to build an image with database clients for Postgres/MySQL. To do that, run:

docker build . -t cyral-database-clients:v0.0.1

Aptible build

docker build . -t cyral-database-clients-aptible:v0.0.1 -f Dockerfile.aptible

After building the Docker container image, we can use it to execute sysbench commands.

Using a prebuilt docker image

docker pull gcr.io/cyralpublic/cyral-database-clients:v0.0.1

Run the container

docker run --rm -it cyral-database-clients:v0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published