Kaydet (Commit) 38404322 authored tarafından Batuhan Taşkaya's avatar Batuhan Taşkaya

reference swarm page correctly

Signed-off-by: 's avatarBatuhan Taşkaya <btaskaya33@gmail.com>
üst 23c5c001
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
Starting with Engine version 1.12 (API 1.24), it is possible to manage services Starting with Engine version 1.12 (API 1.24), it is possible to manage services
using the Docker Engine API. Note that the engine needs to be part of a using the Docker Engine API. Note that the engine needs to be part of a
[Swarm cluster](../swarm.rst) before you can use the service-related methods. [Swarm cluster](../swarm.html) before you can use the service-related methods.
## Creating a service ## Creating a service
...@@ -66,4 +66,4 @@ Either the service name or service ID can be used as argument. ...@@ -66,4 +66,4 @@ Either the service name or service ID can be used as argument.
```python ```python
client.remove_service('my_service_name') client.remove_service('my_service_name')
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment