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