Compare commits
1 Commits
master
...
revert-445
Author | SHA1 | Date | |
---|---|---|---|
|
868f933e50 |
@ -1,46 +0,0 @@
|
||||
**_Portainer_** is a lightweight management UI which allows you to **easily** manage your Docker host or Swarm cluster.
|
||||
|
||||
**_Portainer_** is meant to be as **simple** to deploy as it is to use. It consists of a single container that can run on any Docker engine (Docker for Linux and Docker for Windows are supported).
|
||||
|
||||
**_Portainer_** allows you to manage your Docker containers, images, volumes, networks and more ! It is compatible with the *standalone Docker* engine and with *Docker Swarm*.
|
||||
|
||||
## Getting started
|
||||
|
||||
Once you have deploy the stack you can access the Portainer UI at `http://<RANCHER SERVER>/r/projects/<PROJECT ID>/portainer/`.
|
||||
For example
|
||||
|
||||
http://rancher-server:8080/r/projects/1a5/portainer/
|
||||
|
||||
Note, the trailing / is important in the URL
|
||||
|
||||
## Demo
|
||||
|
||||
<img src="http://portainer.io/images/screenshots/portainer.gif" width="77%"/>
|
||||
|
||||
You can try out the public demo instance: http://demo.portainer.io/ (login with the username **demo** and the password **tryportainer**).
|
||||
|
||||
Please note that the public demo cluster is **reset every 15min**.
|
||||
|
||||
## Getting help
|
||||
|
||||
* Documentation: https://portainer.readthedocs.io
|
||||
* Issues: https://github.com/portainer/portainer/issues
|
||||
* FAQ: https://portainer.readthedocs.io/en/latest/faq.html
|
||||
* Gitter (chat): https://gitter.im/portainer/Lobby
|
||||
* Slack: http://portainer.io/slack/
|
||||
|
||||
## Reporting bugs and contributing
|
||||
|
||||
* Want to report a bug or request a feature? Please open [an issue](https://github.com/portainer/portainer/issues/new).
|
||||
* Want to help us build **_portainer_**? Follow our [contribution guidelines](https://portainer.readthedocs.io/en/latest/contribute.html) to build it locally and make a pull request. We need all the help we can get!
|
||||
|
||||
## Limitations
|
||||
|
||||
**_Portainer_** has full support for the following Docker versions:
|
||||
|
||||
* Docker 1.10 to Docker 1.12 (including `swarm-mode`)
|
||||
* Docker Swarm >= 1.2.3
|
||||
|
||||
Partial support for the following Docker versions (some features may not be available):
|
||||
|
||||
* Docker 1.9
|
@ -1,15 +0,0 @@
|
||||
portainer:
|
||||
labels:
|
||||
io.rancher.sidekicks: ui
|
||||
io.rancher.container.create_agent: true
|
||||
io.rancher.container.agent.role: environment
|
||||
image: rancher/portainer-agent:v0.1.0
|
||||
volumes:
|
||||
- /config
|
||||
|
||||
ui:
|
||||
image: portainer/portainer:pr572
|
||||
command: --no-auth --external-endpoints=/config/config.json --sync-interval=5s -p :80
|
||||
volumes_from:
|
||||
- portainer
|
||||
net: container:portainer
|
@ -1,5 +0,0 @@
|
||||
.catalog:
|
||||
name: "Portainer"
|
||||
version: "pr572"
|
||||
description: Open-source lightweight management UI for a Docker host or Swarm cluster
|
||||
minimum_rancher_version: v1.5.0-rc1
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
@ -1,5 +0,0 @@
|
||||
name: portainer
|
||||
description: |
|
||||
Portainer is an open-source lightweight management UI which allows you to easily manage your Docker host or Swarm cluster
|
||||
version: pr572
|
||||
category: Management
|
Loading…
x
Reference in New Issue
Block a user