refactor
This commit is contained in:
parent
95cdf40e4c
commit
5ed8bcb4b3
3 changed files with 3 additions and 2 deletions
|
@ -83,6 +83,7 @@ Host myserver
|
||||||
Hostname server-address
|
Hostname server-address
|
||||||
Port port
|
Port port
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
User you
|
||||||
ProxyJump host
|
ProxyJump host
|
||||||
ProxyCommand corkscrew <proxy-host> <proxy-port> %h %p # HTTP Proxy
|
ProxyCommand corkscrew <proxy-host> <proxy-port> %h %p # HTTP Proxy
|
||||||
```
|
```
|
||||||
|
|
|
@ -20,7 +20,7 @@ Runtimes are collections of libraries and services that applications can use. Fl
|
||||||
A Flatpak ref is a specific version of a runtime or an application. It is identified by a unique hash, allowing multiple versions to coexist on a system.
|
A Flatpak ref is a specific version of a runtime or an application. It is identified by a unique hash, allowing multiple versions to coexist on a system.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
#refactor
|
#refactor #notnow
|
||||||
```shell
|
```shell
|
||||||
flatpak install <app> # Install applications
|
flatpak install <app> # Install applications
|
||||||
flatpak update # Update applications
|
flatpak update # Update applications
|
||||||
|
|
|
@ -368,7 +368,7 @@ secrets:
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Compose Deploy
|
## Docker Compose Deploy
|
||||||
The Compose Deploy Specification lets you declare additional metadata on services so Compose gets relevant data to allocate adequate resources on the platform and configure them to match your needs.
|
The Compose Deploy Specification lets you declare additional metadata on services so Compose gets relevant data to allocate adequate resources on the platform and configure them to match your needs. [Docker Swarm](Docker%20Swarm.md) respects these specifications.
|
||||||
|
|
||||||
### `mode`
|
### `mode`
|
||||||
`mode` defines the replication model used to run the service on the platform. Either `global`, exactly one container per physical node, or `replicated`, a specified number of containers. The default is `replicated`.
|
`mode` defines the replication model used to run the service on the platform. Either `global`, exactly one container per physical node, or `replicated`, a specified number of containers. The default is `replicated`.
|
||||||
|
|
Loading…
Reference in a new issue