parent
58447868e7
commit
1a3154fe61
|
@ -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.22.3/>`_ and you can
|
||||
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.23.0/>`_ and you can
|
||||
also find some examples `here <https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8>`_.
|
||||
|
|
|
@ -59,9 +59,9 @@ author = u'Portainer.io'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'1.22.3'
|
||||
version = u'1.23.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'1.22.3'
|
||||
release = u'1.23.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -135,7 +135,7 @@ html_theme = 'alabaster'
|
|||
# The name for this set of Sphinx documents.
|
||||
# "<project> v<release> documentation" by default.
|
||||
#
|
||||
# html_title = u'Portainer v1.22.3'
|
||||
# html_title = u'Portainer v1.23.0'
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#
|
||||
|
|
|
@ -205,8 +205,8 @@ Download and extract the binary to a location on disk:
|
|||
::
|
||||
|
||||
$ cd /opt
|
||||
$ wget https://github.com/portainer/portainer/releases/download/1.22.3/portainer-1.22.3-linux-amd64.tar.gz
|
||||
$ tar xvpfz portainer-1.22.3-linux-amd64.tar.gz
|
||||
$ wget https://github.com/portainer/portainer/releases/download/1.23.0/portainer-1.23.0-linux-amd64.tar.gz
|
||||
$ tar xvpfz portainer-1.23.0-linux-amd64.tar.gz
|
||||
|
||||
Then just use the portainer binary as you would use CLI flags with Docker.
|
||||
|
||||
|
|
Loading…
Reference in New Issue