Skip to content

Commit e4fda6d

Browse files
committed
Add old documentation warning to the container docs to warn off those who think it's current
1 parent fa26a81 commit e4fda6d

File tree

7 files changed

+69
-0
lines changed

7 files changed

+69
-0
lines changed

docs/docs/Installation/Docker/CLI.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# CLI Access
212
## Accessing the CLI
313
With the docker container isolating the running instance you also need to use docker to access the cli.

docs/docs/Installation/Docker/Debian.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# Debian
212
This is assuming a fresh installation of Debian 10.
313
## Install Docker

docs/docs/Installation/Docker/Multiple_Servers/multiple.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# Multiple Servers on Single Host
212

313
It is possible to run FreeTakServer multiple times on a single host by changing the port numbers.

docs/docs/Installation/Docker/Quick_Start_Guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
110

211
This will run FreeTAKServer without persistent data storage with all default settings.
312
```bash

docs/docs/Installation/Docker/Raspberry_Pi.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# Raspberry Pi 4/Raspberry Pi 3
212
It is recommended to use a Raspberry Pi 4 with 4GB or 8GB of ram.
313

docs/docs/Installation/Docker/Upgrade/Upgrade.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# Upgrading Existing Container
212
To upgrade the container to a new version you simply stop the container running the version you wish to upgrade from, and start a container running the version you want to upgrade to. To have data transfered between versions you need to have used a volume during the initial set up.
313

docs/docs/Installation/Docker/overview.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Warning! Old Documentation Ahead!
2+
3+
The documentation below is for the **OLD** FTS container implementation and is not correct.
4+
5+
If you are following these instructions, you will probably not get the result you want.
6+
7+
New documentation is in the works, and will be released ASAP.
8+
9+
---
10+
111
# Install
212

313
The official Docker image for FreeTAKServer.

0 commit comments

Comments
 (0)