Giter VIP home page Giter VIP logo

Comments (27)

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace What version got released? The version in the image is 0.10.6-6b6bd3a.

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace You are using the galexrt/sinusbot:latest image, right?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace I tested both images (galexrt/sinusbot:latest and quay.io/galexrt/sinusbot:latest). Both are working.
Are you sure you have repulled the images correctly with docker pull IMAGE_NAME?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

Used this command: docker pull quay.io/galexrt/sinusbot:latest

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

Stop the sinusbot container, delete the sinusbot Docker image of your server and simply run the container again.

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

how do I delete the image? (Also, I will loose any data/music?)

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace When you are using a volume for the container in the right place, no.
The command to remove images is: docker rmi quay.io/galexrt/sinusbot:latest galexrt/sinusbot:latest

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

ok, and now I just pull it again?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

I started the container and still saying this:

=> Starting SinusBot (https://sinusbot.com) by Michael Friese ...
This version has expired. Please download a newer version from the official SinusBot website and upgrade.
-> Updating sinusbot user and group id if necessary ...
-> Correcting file and mount point permissions ...
=> Corrected mount point permissions.
-> Checking if scripts directory is empty
=> Scripts directory is marked that scripts got copied. Nothing to do.
-> Checking for old data location ...
=> You are good to go! You are already using the new data directory, located at "/sinusbot/data".
=> Updating Youtube-dl...
youtube-dl is up-to-date (2017.10.07)
=> Updated youtube-dl with exit code 0
=> Starting SinusBot (https://sinusbot.com) by Michael Friese ...
This version has expired. Please download a newer version from the official SinusBot website and upgrade.```

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace You simply run the container again. Does the same happen when you use galexrt/sinusbot:latest as the image?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

yep, same error in all instances

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace What is the output of docker images for the sinusbot image?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

http://prntscr.com/guin20

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

Also, I want to say that thanks for your support again :)

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace There seems to be something wrong with the way you pull the image. The image you have is 8 weeks old. The current one is about 4 days.

In your screenshot, the image has no tag which is weird. Please post the output of docker pull galexrt/sinusbot:latest. Make sure you use galexrt/sinusbot:latest as the image and not something else.

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024
  1. http://prntscr.com/guthm6
  2. http://prntscr.com/guthtz
    Now I have 2, but how do I delete the one?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

How do I change the image without loosing data? (As I have 2 containers)
http://prntscr.com/gutiat

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace Just replace the image name in your docker run command.
Or do you use docker-compose?

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

I use this:
docker run --restart=always --name sinusbot8087 -d -v /opt/sinusbot/sinusbot8087:/sinusbot/data:z -p 8087:8087 galexrt/sinusbot:latest

But I don't want a new docker, just update the image of the others one, and to start them I use docker start

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace Are you sure that you used galexrt/sinusbot:latest as the image? From the docker images screenshot you hadn't used the tag.
When you really have used -v ...:/sinusbot/data:z you can simply stop, delete and run the container with the latest image. You shouldn't lose your data because of the Docker volume mount you use.

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

So to remove it I first kill the docker and them docker container rm sinusbot8087, and later which command do I use to create new docker containers for more instances?

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace You stop the container, remove it with docker rm CONTAINER_ID_OR_NAME and then use your docker run command to start the container again.

I'm not going to provide any information on how to run more than one instance because that is against the license agreement of Sinusbot!

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

oh ok!

from docker-sinusbot.

galexrt avatar galexrt commented on June 29, 2024

@RealRunSpace Did this solve the issue for you? If so, please close this issue thanks!
If not please let me know how can help you further.

from docker-sinusbot.

RealRunSpace avatar RealRunSpace commented on June 29, 2024

Thanks!
PD: why you don't have a [DONATE] button?

from docker-sinusbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.