Skip to content

Build environment for privacyIDEA docker image

Notifications You must be signed in to change notification settings

fullheart/docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small draft build environment to build a docker image for privacyIDEA.

The image

Run it with

docker run -d -p 5001:5000 privacyidea/otpserver

Login to http://localhost:5000 with "admin"/"admin".

Create mssql database: docker-compose exec mssql sh -c '/opt/mssql-tools/bin/sqlcmd -U "$SA_USER" -P "$SA_PASSWORD" -Q "create database pi"'

You must not use this in productive environment, since it contains fixed encryption keys and SSL certificate!

About

Build environment for privacyIDEA docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 35.1%
  • Python 32.6%
  • Dockerfile 25.5%
  • Makefile 6.8%