From e98f6a06fbf64750824abc05e273e55e7e277ed2 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 8 Mar 2018 10:58:16 +1100 Subject: [PATCH] Removed TODOs they were done --- source/server/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/server/index.md b/source/server/index.md index 1853d9e..138969b 100644 --- a/source/server/index.md +++ b/source/server/index.md @@ -42,7 +42,6 @@ Now copy in our silent install configuration files. These files are based on the COPY install.xml install-fp.xml /tmp/ ``` **NOTE**: We only include the silent install configuration files here - not the installation media, otherwise the size of the resulting Docker image is too big. Current versions of `docker build` do provide the ability to "flatten" the resulting container, but those instructions are outside the scope of this tutorial. -**INCLUDE LINKS TO install.xml files** Next, is performing a silent installation of SP. @@ -88,7 +87,6 @@ COPY dsmserv.opt tsmdbmgr.opt ${USERDIR}/ COPY dsm.sys /opt/tivoli/tsm/server/bin/dbbkapi/ RUN chmod a+r /opt/tivoli/tsm/server/bin/dbbkapi/dsm.sys ``` -**INCLUDE LINKS TO files** We'll now do some post installation setup, first create the DB2 instance for our user and change the default directory for the database to be the same as the instance directory for the server. @@ -126,7 +124,7 @@ ENTRYPOINT [ "/sbin/init" ] CMD [ "start" ] ``` -A complete Dockerfile is available here **TODO** if you need one as a starting point. Once you have your images loaded on a web server, the config files, you are reading to run `docker build -t ibm/spectrumprotect:8.1.x .` +A complete Dockerfile is available [here](http://dev.leenooks.net/deon/spdocker/blob/master/Dockerfile) if you need one as a starting point. Once you have your images loaded on a web server, the config files, you are reading to run `docker build -t ibm/spectrumprotect:8.1.x .` If your final build is successful, you should see a Docker Image that is about 3GB.