Quick Tips - Updating Portainer With Your SSH Terminal

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 12

  • @mariobrandt2984
    @mariobrandt2984 3 месяца назад +1

    Very short and precise instructions. It worked straight away. Not like many talk a novel about it. Many thanks!

    • @synacktime
      @synacktime  3 месяца назад

      lol yea, I hate that too! Just give me the info so I can get on with my life ;)

  • @r3tr0n17
    @r3tr0n17 3 месяца назад

    BEAUTIFULLY explained!.. Thank you so much :)
    Could you help installing WEKAN through portainer? Couldn't find a single video on it

    • @synacktime
      @synacktime  3 месяца назад +1

      @@r3tr0n17 Working on that today! Thank you for the suggestion, it's a pretty amazing piece of software.

    • @r3tr0n17
      @r3tr0n17 3 месяца назад

      @@synacktime Wow! I am excited, waiting for notification bell to ring :)

  • @r3tr0n17
    @r3tr0n17 3 месяца назад +2

    Commands in Series:
    1. sudo docker stop portainer
    2. sudo docker rm portainer
    3. sudo docker image pull portainer/portainer-ce:latest
    4. sudo docker run -d -p 8000:8000 -p 9443:9443 --name portainer \
    --restart=always \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v portainer_data:/data \
    portainer/portainer-ce:latest

    • @synacktime
      @synacktime  3 месяца назад +1

      Thank you for this!

    • @r3tr0n17
      @r3tr0n17 3 месяца назад

      @@synacktime Welcome 🙏🏽

    • @synacktime
      @synacktime  Месяц назад

      @uznabi Did you run these commands?

  • @uznabi
    @uznabi Месяц назад +1

    After this my portainer isn't running :(

    • @synacktime
      @synacktime  Месяц назад

      Did ya figure it out?? Happy to help!

    • @uznabi
      @uznabi Месяц назад

      @@synacktime finally I was able to find it on https and port 9443. Port 9000 never came back