Skip to content

senzing-garage/docker-apt

Repository files navigation

docker-apt

If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.

You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!

Synopsis

A Docker wrapper over the apt command.

Overview

This repository creates a Docker wrapper over the apt command. It can be used to download and extract "deb" files.

Use

  1. Run Docker container. Example:

    docker run \
      --rm \
      senzing/apt list -a | grep senzingsdk

Advanced

Configuration

Configuration values specified by environment variable or command line parameter.

References

  1. Development
  2. Errors
  3. Examples