docker
This commit is contained in:
parent
f6d80e3abd
commit
03caa12d31
|
@ -61,6 +61,7 @@ rm -rf github
|
||||||
git clone -b $REPO_BRANCH --single-branch git@gitlab.com:LDAPAccountManager/lamPro.git lamPro
|
git clone -b $REPO_BRANCH --single-branch git@gitlab.com:LDAPAccountManager/lamPro.git lamPro
|
||||||
cd lamPro
|
cd lamPro
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
rm -rf docker
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cp lam-packaging/getVersion ./
|
cp lam-packaging/getVersion ./
|
||||||
|
|
|
@ -313,6 +313,27 @@
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Docker</title>
|
||||||
|
|
||||||
|
<para>You can run LAM inside Docker.</para>
|
||||||
|
|
||||||
|
<para>See here:</para>
|
||||||
|
|
||||||
|
<para><ulink
|
||||||
|
url="https://hub.docker.com/r/ldapaccountmanager/lam">https://hub.docker.com/r/ldapaccountmanager/lam</ulink></para>
|
||||||
|
|
||||||
|
<para/>
|
||||||
|
|
||||||
|
<para>LAM Pro:</para>
|
||||||
|
|
||||||
|
<para>Please request access at support providing your Docker Hub user
|
||||||
|
ID.</para>
|
||||||
|
|
||||||
|
<para><ulink
|
||||||
|
url="https://hub.docker.com/r/ldapaccountmanager/lampro">https://hub.docker.com/r/ldapaccountmanager/lampro</ulink></para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>System configuration</title>
|
<title>System configuration</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue