Skip to content

TobyHFerguson/initialize_configured_namespace

Repository files navigation

Initialize Configured Namespace

The process of initializing a configured namespace is a little convoluted. This repo contains the instructions for making a docker image that will do it for you, given a database server one can point at.

It requires that you have already setup a database somewhere, and can access it using the following four parameters:

USER
Database user
PASSWORD
Database user’s password
HOST
Hostname or IP address of host
PORT
(Optional) Database port. Defaults to 3306 if not provided.

Build

docker build --tag tobyhferguson/icn:latest .

Run

docker run -it --rm tobyhferguson/icn:latest USER PASSWORD HOST [PORT]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published