Skip to content

nikhilsuvarna/kb-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image to build & deploy Knowledge Base Articles

A small Docker image to validate and build articles so they can be validated and published to the Pivotal Knowledge Base. For more information on how to build and customize the image, review the Documentation.

Table of Contents

Overview

Get the stack (only once):

git clone https://github.com/pivotal-gss/kb-docker.git
cd kb-docker
# This organization does not exist on Docker Hub yet
docker pull pivotal-support/kb-docker

Quickstart

Run your stack:

docker run ...

Show me the logs:

docker logs ...

Stop it:

docker stop ...

Update it:

# Get the latest image from source
git pull
# Update the docker image
docker pull pivotal-support/kb-docker

Developers

Some information about how to develop and customize the Docker image.

About

A Docker image to test and deploy KBs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%