2023 - portainer/portainer-ce "/portainer" 2 years ago Up 5 minutes - login password

  • Hello,


    i have installed a fresh OMV with docker.



    I get a


    Code
    docker ps
    CONTAINER ID   IMAGE                    COMMAND        CREATED       STATUS         PORTS                                                                                  NAMES
    6c2e0d2bea03      0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp   portainer

    Why we a 2 years old portianer release?


    How ca in log in to my http://192.168.178.28:9000 GUI?


    https://i.imgur.com/BxJRL74.jpg


    User: ??

    Password: ??


    User: admin

    Password: openmediavault <--- doesn't work


    Thank*s


    openmedianer



    This solution doesn't work:



    Code
    docker run --rm -v portainer_data:/data portainer/helper-reset-password
    {"level":"info","filename":"portainer.db","time":"2023-08-15T06:20:13Z","message":"loading PortainerDB"}
    2023/08/15 06:20:14 Unable to open the database, err: timeout
  • openmedianer

    Hat den Titel des Themas von „2023 - portainer/portainer-ce "/portainer" 2 years ago Up 5 minutes“ zu „2023 - portainer/portainer-ce "/portainer" 2 years ago Up 5 minutes - login password“ geändert.
  • When you made the portainer container you should of had the page where you make your own password.

    Dell 3050 Micro, i5-6500T, 8GB Ram

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 512gb SSD Boot, 1tb nvme Data, 16TB (8tbx 2 merg) Media,

    Docker - dozzle, netdata, nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    Why we a 2 years old portianer release?

    Where do you see it is 2 years old? If the tag is latest, it will pull the latest image. I don't even know what the tag to pull a 2 year old image is.

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • YT

    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    I'm search the fastest way to get portainer


    Base system


    Code
    openmediavault_6.5.0-amd64.iso

    ssh connection


    OMV Extra

    Code
    wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash

    OMV 6 GUI

    install openmediavault-compose 6.9.9

    omv-extra   Enable backports

    omv-extra Enable Docker repo


    ssh check

    Code
    docker --version && sudo docker compose version
    Code
    500 - Internal Server Error
    Please set shared folder for file storage.
    Vor 6 Minuten


    KM0201 Guide: Using the new docker plugin


  • Code
    /dev/sda1 [EXT4, 2.25 GiB (5%) used, 52.59 GiB available

    Create a folder called "compose". - done


    Create a folder called "containers" - done


    In the drop down box at the top, set that to the compose folder we created in Step 2. - done


    in my case reinstall docker

    Code
     docker info | grep Root
     Docker Root Dir: /var/lib/docker
    
    docker ps
    CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
    Code
     In the "docker storage" path... I - its ok, done



    docker-compose.yml https://earthly.dev/blog/porta…ker-container-management/



    Error


    500 - Internal Server Error

    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'portainer' /compose/portainer/ 2>&1': #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 440B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s Dockerfile:7 -------------------- 5 | # 6 | 7 | >>> version: "3" 8 | services: 9 | portainer: -------------------- ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: version:

  • journalctl -u docker

    How can i solved my problem?

    • Offizieller Beitrag

    The indentations in this file are not correct. It should be like this:

  • Thank's chente


    I don't see any diffrent in your input yml file.

    Spaces on the Volume part.

    Dell 3050 Micro, i5-6500T, 8GB Ram

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 512gb SSD Boot, 1tb nvme Data, 16TB (8tbx 2 merg) Media,

    Docker - dozzle, netdata, nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • yml file






    NnM9Ae8.jpg


    Zitat

    500 - Internal Server Error

    Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'portainer' /compose/portainer/ 2>&1': #0 building with "default" instance using docker driver #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 432B done #2 DONE 0.0s Dockerfile:7 -------------------- 5 | # 6 | 7 | >>> version: "3" 8 | services: 9 | portainer: -------------------- ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: version:

    No solution in my case.

  • The error says where the problem is:

    Code
    ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: version:

    the  version  instruction need to be rectified.


    Code
    ---
    version: '2.1'

    Maybe?!?


    And the last lines, need idents

  • Dell 3050 Micro, i5-6500T, 8GB Ram

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 512gb SSD Boot, 1tb nvme Data, 16TB (8tbx 2 merg) Media,

    Docker - dozzle, netdata, nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • Where can i find an official OMV Tutorial?

    What part? because docker is OMV extras not OMV

    Dell 3050 Micro, i5-6500T, 8GB Ram

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 512gb SSD Boot, 1tb nvme Data, 16TB (8tbx 2 merg) Media,

    Docker - dozzle, netdata, nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    Where can i find an official OMV Tutorial?

    Video on first post - omv-extras 6.3 / openmediavault-compose 6.7

    omv6:docker_in_omv [omv-extras.org]

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    yml file

    Missing / in the data line. I think this yes.


    • Offizieller Beitrag

    Missing / in the data line. I think this yes.

    If you add the /, then it would use /data for a path on the host. Otherwise, it is using a named volume. Both will work but since a named volume is explicitly called out at the bottom of the compose file, a named volume is goal.

    omv 7.1.0-2 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.5 | scripts 7.0.7


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!