Go to file
Ali 40c387f4f4
fix(annotations) ingress tip to match ee [EE-5158] (#8653)
Co-authored-by: testa113 <testa113>
2023-03-14 10:41:35 +13:00
.github fix(code/security): vcs status error [EE-5062] (#8510) 2023-02-22 10:40:09 +13:00
.storybook refactor(ui/box-selector): replace all selectors [EE-3856] (#7902) 2023-02-07 09:03:57 +05:30
.vscode.example chore(git): ignore prettier commits on git blame (#6584) 2022-02-22 16:27:35 +02:00
api chore(portainer): clean up the code EE-5188 (#8660) 2023-03-13 13:18:28 -03:00
app fix(annotations) ingress tip to match ee [EE-5158] (#8653) 2023-03-14 10:41:35 +13:00
build feat(system): upgrade portainer on kubernetes [EE-4625] (#8448) 2023-03-07 23:34:55 -03:00
distribution
mustache-templates fix(upgrade): add label to upgrade mustache template [EE-5029] (#8505) 2023-02-17 13:56:01 +13:00
pkg chore(golang) remove api pkg and go mod tidy (#8474) 2023-02-10 16:48:53 +13:00
plop-templates chore(plop): use templates as in style guide (#4916) 2021-03-19 09:03:26 +13:00
third_party/digest add third_party digest lib to top level (#8140) 2022-12-01 13:26:39 +13:00
translations/en fix(app): add github action for linting and formatting [EE-2344] (#6356) 2022-01-17 07:53:32 +02:00
webpack fix(build): ignore source maps for 3rd party [EE-5106] (#8549) 2023-02-28 14:54:52 +02:00
.codeclimate.yml
.dockerignore feat(docker-desktop-extension): Make Portainer compatible with Docker Desktop Extension EE-2747 (#6644) 2022-04-19 13:10:42 +12:00
.env.defaults fix(app): skip authorizations in CE [EE-2423] (#6431) 2022-01-24 08:02:23 +02:00
.eslintignore
.eslintrc.yml feat(system/upgrade): add get license dialog [EE-4743] (#8249) 2023-01-19 15:31:49 +02:00
.git-blame-ignore-revs chore(prettier): ignore tailwind changes [EE-4809] (#8483) 2023-02-13 11:38:06 +13:00
.gitignore fix(ldap/tls): allow to upload tls ca certificate [EE-3654] (#7340) 2022-08-09 17:19:32 +12:00
.godir
.prettierignore fix(database): db migration improvements EE-2688 (#6662) 2022-04-14 16:25:13 +12:00
.prettierrc fix(app): add github action for linting and formatting [EE-2344] (#6356) 2022-01-17 07:53:32 +02:00
ATTRIBUTIONS.md Link to attributions 2021-03-22 15:35:26 +13:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update docs URL and add --log-level docs (#8511) 2023-03-03 11:38:19 +13:00
LICENSE
README.md fix(readme) update deploy portainer url (#7760) 2022-09-30 14:47:47 +13:00
babel.config.js refactor(home): migrate view to react [EE-1810] (#6314) 2022-03-08 14:14:23 +02:00
build.sh
bump_version.sh straight not back ticks (#8292) 2023-01-11 14:54:50 +13:00
docker-compose.pull-dog.yml feat(build-system): update pull-dog configuration (#4532) 2020-12-02 08:27:30 +13:00
go.work feat(featureflags): improved feature flag handling [EE-4609] (#8222) 2023-02-09 17:17:46 +13:00
golangci-lint.sh fix golang ci linter prehook (#8359) 2023-01-19 12:11:09 +13:00
gruntfile.js fix(security): update dependency and binary version [EE-4863] (#8394) 2023-02-23 22:29:48 +13:00
jest.config.js refactor(azure): migrate module to react [EE-2782] (#6689) 2022-07-26 16:44:08 -03:00
jsconfig.json fix(app): add github action for linting and formatting [EE-2344] (#6356) 2022-01-17 07:53:32 +02:00
lint-staged.config.js fix golang ci linter prehook (#8359) 2023-01-19 12:11:09 +13:00
package.json bump version to 2.19 (#8617) 2023-03-08 13:24:59 +13:00
plopfile.js chore(plop): use templates as in style guide (#4916) 2021-03-19 09:03:26 +13:00
postcss.config.js chore(deps): add tailwindcss [DTD-29] (#6604) 2022-04-26 08:16:46 +03:00
pull-dog.json
tailwind.config.js refactor(icons): replace fa icons [EE-4459] (#7907) 2022-11-28 15:00:28 +13:00
tool-versions.json fix(app): add github action for linting and formatting [EE-2344] (#6356) 2022-01-17 07:53:32 +02:00
tsconfig.json chore(build): incremental ts build [EE-4204] (#7888) 2022-10-20 17:23:56 +03:00
webpack.config.js
yarn.lock fix(kube): improve dashboard load speed [EE-4941] (#8572) 2023-03-08 11:22:08 +13:00

README.md

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 community.portainer.io. 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 info@portainer.io 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.