This commit is contained in:
Master Kwoth 2017-06-13 14:21:35 +02:00
commit 320c7c0fc3
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Follow the respective guide for your operating system found here [Docker Engine
For this guide we will be using the folder /nadeko as our config root folder. For this guide we will be using the folder /nadeko as our config root folder.
```bash ```bash
docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4
``` ```
-If you are coming from a previous version of nadeko (the old docker) make sure your crednetials.json has been copied into this directory and is the only thing in this folder. -If you are coming from a previous version of nadeko (the old docker) make sure your crednetials.json has been copied into this directory and is the only thing in this folder.
@ -37,7 +37,7 @@ The following commands are required for the default options
`docker stop nadeko; docker rm nadeko` `docker stop nadeko; docker rm nadeko`
`docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev` `docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4`
`docker start nadeko` `docker start nadeko`

View File

@ -15,7 +15,7 @@
- Shutdown your existing container **docker stop nadeko**. - Shutdown your existing container **docker stop nadeko**.
- Move you credentials and other files to another folder. - Move you credentials and other files to another folder.
- Delete your container **docker rm nadeko**. - Delete your container **docker rm nadeko**.
- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev**. - Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4**.
- Start the container **docker start nadeko** wait for it to complain about lacking credentials. - Start the container **docker start nadeko** wait for it to complain about lacking credentials.
- Stop the container **docker stop nadeko** open the nadeko folder and replace the crednetials, database and other files with your copies. - Stop the container **docker stop nadeko** open the nadeko folder and replace the credentials, database and other files with your copies.
- Restart the container **docker start nadeko**. - Restart the container **docker start nadeko**.