Giter Site home page Giter Site logo

docker-images's Introduction

Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. It is designed to be as simple to deploy as it is to use. The application allows you to manage all your orchestrator resources (containers, images, volumes, networks and more) through a ‘smart’ GUI and/or an extensive API.

Portainer consists of a single container that can run on any cluster. It can be deployed as a Linux container or a Windows native container.

Portainer Business Edition builds on the open-source base and includes a range of advanced features and functions (like RBAC and Support) that are specific to the needs of business users.

Latest Version

Portainer CE is updated regularly. We aim to do an update release every couple of months.

latest version

Getting started

Features & Functions

View this table to see all of the Portainer CE functionality and compare to Portainer Business.

Getting help

Portainer CE is an open source project and is supported by the community. You can buy a supported version of Portainer at portainer.io

Learn more about Portainer's community support channels here.

You can join the Portainer Community by visiting https://www.portainer.io/join-our-community. This will give you advance notice of events, content and other related Portainer content.

Reporting bugs and contributing

  • Want to report a bug or request a feature? Please open an issue.
  • Want to help us build portainer? Follow our contribution guidelines to build it locally and make a pull request.

Security

Work for us

If you are a developer, and our code in this repo makes sense to you, we would love to hear from you. We are always on the hunt for awesome devs, either freelance or employed. Drop us a line to [email protected] with your details and/or visit our careers page.

Privacy

To make sure we focus our development effort in the right places we need to know which features get used most often. To give us this information we use Matomo Analytics, which is hosted in Germany and is fully GDPR compliant.

When Portainer first starts, you are given the option to DISABLE analytics. If you don't choose to disable it, we collect anonymous usage as per our privacy policy. Please note, there is no personally identifiable information sent or stored at any time and we only use the data to help us improve Portainer.

Limitations

Portainer supports "Current - 2 docker versions only. Prior versions may operate, however these are not supported.

Licensing

Portainer is licensed under the zlib license. See LICENSE for reference.

Portainer also contains code from open source projects. See ATTRIBUTIONS.md for a list.

docker-images's People

Contributors

deviantony avatar hookenz avatar oscarzhou-portainer avatar stevensbkang avatar waysonwei avatar yi-portainer avatar zees-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-images's Issues

Issue with portainer agent docker image

Issue occurs on portainer/agent:latest

Error is as follows:

igbkxihscuyw: failed to create new osl sandbox: namespace creation reexec command failed…

Was created by running:

$ docker swarm init
[removed]
$ docker network create --driver overlay --attachable portainer_agent_network
[removed - ID of created network]
$ docker service create \
>     --name portainer_agent \
>     --network portainer_agent_network \
>     -e AGENT_CLUSTER_ADDR=tasks.portainer_agent \
>     --mode global \
>     --constraint 'node.platform.os == linux' \
>     --mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \
>     --mount type=bind,src=//var/lib/docker/volumes,dst=/var/lib/docker/volumes \
>     portainer/agent
[remvoed - ID of service]
robpryxyyr23: running   [==================================================>]
9voqn3ayuggd: running   [==================================================>]
igbkxihscuyw: failed to create new osl sandbox: namespace creation reexec command failed…

Bottom line loops from: pending>assigned>accepted>preparing then after preparing I get failed to ...

Expected result is that the service is created and I just get the ID and resources as an output

Portainer pulling wrong image & arch for pi-hole

When I am trying to pull a pi-hole image via "pihole/pihole:latest"
It ends up pulling the wrong image. The arch shows amd64 which is incorrect.

So when I try to get "pihole/pihole:v5.7" instead, it still does that.

I have tried multiple times to remove the environment variable but that doesn't help. As soon as you deploy the container, it all comes back.

Talking to the good folks at pihole (pi-hole/docker-pi-hole/issues/805) - I am told that you guys can help in sorting this out.

Can you guys pls help out with this?

Registry certificate expired error

On RancherOS - which is succesfully installing other docker images, I run

docker volume create portainer_data

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 cr.portainer.io/portainer/portainer-ce:2.9.3

And get error:

Unable to find image 'cr.portainer.io/portainer/portainer-ce:2.9.3' locally docker: Error response from daemon: Get https://cr.portainer.io/v2/: x509: certificate has expired or is not yet valid.

kubectl-shell:latest uses helm 3.6 but traefik requires 3.9

> kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:18:45Z", GoVersion:"go1.16.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.4+k3s1", GitCommit:"8d0255af07e95b841952563253d27b0d10bd72f0", GitTreeState:"clean", BuildDate:"2023-04-20T00:33:18Z", GoVersion:"go1.19.8", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.21) and server (1.26) exceeds the supported minor version skew of +/-1
> helm version
version.BuildInfo{Version:"v3.6.0", GitCommit:"7f2df6467771a75f5646b7f12afb408590ed1755", GitTreeState:"clean", GoVersion:"go1.16.3"}

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.