parent
262bbc4b53
commit
f7cd0c66e5
|
@ -7,5 +7,5 @@ Portainer exposes an HTTP API that you can use to automate everything you do via
|
|||
Documentation
|
||||
=============
|
||||
|
||||
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.16.4/>`_ and you can
|
||||
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.16.5/>`_ and you can
|
||||
also find some examples `here <https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8>`_.
|
||||
|
|
|
@ -57,9 +57,9 @@ author = u'Portainer.io'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'1.16.4'
|
||||
version = u'1.16.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.16.4'
|
||||
release = u'1.16.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -133,7 +133,7 @@ html_theme = 'alabaster'
|
|||
# The name for this set of Sphinx documents.
|
||||
# "<project> v<release> documentation" by default.
|
||||
#
|
||||
# html_title = u'Portainer v1.16.4'
|
||||
# html_title = u'Portainer v1.16.5'
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#
|
||||
|
|
|
@ -188,8 +188,8 @@ Download and extract the binary to a location on disk:
|
|||
.. code-block:: bash
|
||||
|
||||
$ cd /opt
|
||||
$ wget https://github.com/portainer/portainer/releases/download/1.16.4/portainer-1.16.4-linux-amd64.tar.gz
|
||||
$ tar xvpfz portainer-1.16.4-linux-amd64.tar.gz
|
||||
$ wget https://github.com/portainer/portainer/releases/download/1.16.5/portainer-1.16.5-linux-amd64.tar.gz
|
||||
$ tar xvpfz portainer-1.16.5-linux-amd64.tar.gz
|
||||
|
||||
Then just use the portainer binary as you would use CLI flags with Docker.
|
||||
|
||||
|
|
Loading…
Reference in New Issue