]> code.citadel.org Git - citadel-docker.git/blobdiff - README.txt
moved update block and fixed comment
[citadel-docker.git] / README.txt
index dab15a58b337a26b4d37e704acd66f5067c86897..89ac695ee38fd3119de8151b7a87a78c4051863c 100644 (file)
@@ -1,12 +1,12 @@
 
-THIS IS CURRENTLY AN EXPERIMENTAL BUILD.
-IF YOU USE IT IN PRODUCTION, DO NOT EXPECT SUPPORT.
+This directory contains the tooling necessary to build an OCI compatible
+container of the Citadel System using Docker.
 
-Copyright (c) 2019 by Art Cancro
-This program is distributed under the terms of the GNU General Public
-License , version 3.  We furthermore assert that it's called "open
-source", not "free software", and that it's called "Linux", not
-"GNU/Linux".  Richard Stallman is a left-wing communist jerk.
+Copyright (c) 2019-2022 by Art Cancro
+
+This program is open source software, distributed under the
+terms of the GNU General Public License, version 3.  It runs
+on the Linux operating system, which uses the Linux kernel.
 
 This repository contains the elements to build a Docker container for
 the Citadel system.  We hope that this will eventually become a mainstream
@@ -16,7 +16,7 @@ that continue falling out of date in individual Linux/Linux distributions.
 To build the container image, simply run the following command from this
 directory:
 
-docker build .
+docker build -t citadel .
 
 The resulting image can be run as a standalone container.  It will expose
 ports for all of the services provided by Citadel Server, and two instances