From 00a213e589421c8f1fc99a3536ceb47d67d02f9f Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Thu, 28 Dec 2017 15:24:58 -0800 Subject: [PATCH] Add license.md for ScientificLinux --- sl/content.md | 8 -------- sl/license.md | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) create mode 100644 sl/license.md diff --git a/sl/content.md b/sl/content.md index 08b17c3d2..4a62a1d4b 100644 --- a/sl/content.md +++ b/sl/content.md @@ -38,14 +38,6 @@ The root filesystem for these docker images is built on our internal build syste Recent Docker versions support the [overlayfs](https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/) backend, which is enabled by default on most distros supporting it from Docker 1.13 onwards. On SL 6 and 7, that backend requires `yum-plugin-ovl` to be installed and enabled, which it is in our containers. Make it sure you retain the `plugins=1` option in `/etc/yum.conf` if you update that file; otherwise, you may encounter errors related to rpmdb checksum failure - see [Docker ticket 10180](https://github.com/docker/docker/issues/10180) for more details. -## Package docs and licence files - -By default the SL docker images do not include these files. If you require them, please remove `tsflags=nodocs` from `/etc/yum.conf` and run `yum reinstall mypackage` to recieve the documentation. - ---- - -# Quick Reference - ## Example Usage You can try out the containers via: diff --git a/sl/license.md b/sl/license.md new file mode 100644 index 000000000..cb3f67d41 --- /dev/null +++ b/sl/license.md @@ -0,0 +1 @@ +By default the SL docker images do not include documentation or license files. If you require them, please remove `tsflags=nodocs` from `/etc/yum.conf` and run `yum reinstall mypackage` to recieve the documentation.