Renamed main.yml and updated README

This commit is contained in:
Egon Rijpkema
2017-06-02 12:00:19 +02:00
parent 53d83c1bde
commit 485ddb3147
4 changed files with 13 additions and 6 deletions

View File

@ -4,6 +4,7 @@
# run keystone-manage db_sync from this docker first:
# $ docker run hpc/keystone --add-host=mariadb:<ip mariadb> "keystone-manage db_sync"
# wellicht ubuntu 16.04 of anders 18.04
FROM ubuntu:zesty
RUN apt-get update
@ -11,6 +12,7 @@ RUN apt-get update
RUN apt-get install --yes keystone
# set admin token TODO: make this a secret
# in volume of met env
ADD keystone.conf /etc/keystone/keystone.conf
RUN mkdir /etc/keystone/fernet-keys