[Support] jj9987 - Portainer


jj9987

Recommended Posts

Portainer-banner.png

Application: Portainer @ https://portainer.io/
DockerHub:https://hub.docker.com/r/portainer/portainer/
GitHub: https://github.com/juusujanar/unraid-templates/blob/master/Portainer.xml

 

This template uses the official Portainer Docker image to quickly set up a Portainer instance. It is used for graphical Docker management and gives more information than unRAID itself.

 

If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here.

Edited by jj9987
Link to comment
On 26/02/2018 at 2:21 AM, ucliker said:

I really like this setup but I have a question. Under volumes, it says I have 170 unused volumes? Is there a way to tell what these volumes contain?

It shows all the Docker volumes, that you can usually see with "docker volume list". By default these get mounted to /var/lib/docker/volumes/[volume id]/_data and are used by the container internally. More on Docker volumes.

Link to comment
  • 2 months later...
  • 2 weeks later...
  • 2 months later...
  • 5 months later...

As of July 4th this is still an issue.

 

Without the ''--no-auth" flag (in post-arguments not additional) it asks for username and password (of which no sane default combination seems to work; with this argument it asks you to set one but fails, as auth is disabled, but goes no further. I have deleted the entire `/mnt/user/appdata/portainer` folder and still no joy for either method.

Link to comment
  • 8 months later...
  • 6 months later...

The version 1.24 with the repo is deprecated. The new version of portainer 2.0 is published in portainer/portainer-ce. Can you change the template ?

Can i update the container when i change the "Repository" from portainer/portainer to portainer/portainer-ce ? 

 

Here the note from Docker Hub / Portainer:

NOTE, This repo, portainer/portainer is the home of Portainer v1.24.x, and is now deprecated; all new releases for Portainer 2.0 will be published in portainer/portainer-ce

Edited by Thorsten
Link to comment
  • 3 weeks later...
On 9/30/2020 at 4:58 AM, Thorsten said:

The version 1.24 with the repo is deprecated. The new version of portainer 2.0 is published in portainer/portainer-ce. Can you change the template ?

Can i update the container when i change the "Repository" from portainer/portainer to portainer/portainer-ce ? 

 

Here the note from Docker Hub / Portainer:

NOTE, This repo, portainer/portainer is the home of Portainer v1.24.x, and is now deprecated; all new releases for Portainer 2.0 will be published in portainer/portainer-ce

I just edited the repo to be portainer-ce and it upgraded just fine.

  • Like 2
Link to comment
  • 3 months later...

This template's docker-compose is limited to versions below 3 because it actually uses libcompose to interpret the docker-compose.yml scripts which is limited:

 

image.png.ed14da0f0c5ccfeba1a38ed495752a90.png

 

I got it to work using a recent Beta that supports version 3 of docker-compose scripts because it uses the actual docker-compose binary:

 

image.png.8aa529eaf74f95e842e106ee27f1992b.png

 

I just had to change:

 

Repository -> portainerci/portainer:2.1

Docker Hub URL -> https://registry.hub.docker.com/r/portainerci/portainer/

 

image.png.09ac631ebcf9aa9003a23aee127cdc08.png

 

Now I can use modern deployment stacks for stuff like discourse and artifactory.

 

image.png.dabf172444e9027c4fbdfb35eddaafb0.png

 

image.png.5d0c82193bdce94f8c960b45f38a09d3.png

 

 

image.png.9c01b4233eaa5dd4c13e5148da656bf6.png

Edited by frakman1
Link to comment
On 1/17/2019 at 3:41 PM, SFyffe said:

What is the default user account and password for Portainer?   I tried passing in --no-auth as an additional argument but I can not get past the login page for the WebUI.

 

Thank You.

@SFyffe

There is no default password. You get to set it when you first log in. The username is still admin.

 

If you still can't get it to work (you already set it to something but forgot it), you can reset it like this:

1- Stop the Portainer Container

2- Run:

 

$ docker run --rm -v portainer_data:/data portainer/helper-reset-password
Unable to find image 'portainer/helper-reset-password:latest' locally
latest: Pulling from portainer/helper-reset-password
79916c70cb9e: Pull complete
93e26fa95550: Pull complete
Digest: sha256:735a809b1bfe14b5fae340d4b350bae97c2016371c47fb6e34d71a45e4512f79
Status: Downloaded newer image for portainer/helper-reset-password:latest
2021/01/31 23:53:17 Password succesfully updated for user: admin
2021/01/31 23:53:17 Use the following password to login: 825GwA.n~i(he*dF1)7BkXg3}0Z+Vj9{

 

3- Start the Portainer Container and login with the above credentials

 

Edited by frakman1
Link to comment
12 hours ago, frakman1 said:

This template's docker-compose is limited to versions below 3 because it actually uses libcompose to interpret the docker-compose.yml scripts which is limited:

 

image.png.ed14da0f0c5ccfeba1a38ed495752a90.png

 

I got it to work using a recent Beta that supports version 3 of docker-compose scripts because it uses the actual docker-compose binary:

 

image.png.8aa529eaf74f95e842e106ee27f1992b.png

 

I just had to change:

 

Repository -> portainerci/portainer:2.1

Docker Hub URL -> https://registry.hub.docker.com/r/portainerci/portainer/

 

image.png.09ac631ebcf9aa9003a23aee127cdc08.png

 

Now I can use modern deployment stacks for stuff like discourse and artifactory.

 

image.png.dabf172444e9027c4fbdfb35eddaafb0.png

 

image.png.5d0c82193bdce94f8c960b45f38a09d3.png

 

 

image.png.9c01b4233eaa5dd4c13e5148da656bf6.png

How do you use docker compose with this? I have the beta installed like you instructed in this post.

Link to comment
17 hours ago, ffhelllskjdje said:

How do you use docker compose with this? I have the beta installed like you instructed in this post.

 

Click on Stacks in left frame.

 

image.png.694dfaa6f54cd087c653e9244760b464.png

 

Then click on Add Stack

 

image.png.f6ba2ba30a8a698e6225a75b0df47126.png

 

Give it a name and use the default Web Editor to paste your docker-compose.yml file

 

image.png.f829e72a1b015971e452b8737c3db7da.png

Link to comment
  • 2 months later...
  • 3 months later...
  • 2 months later...
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.