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
|
||||
Port port
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
User you
|
||||
ProxyJump host
|
||||
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.
|
||||
|
||||
## Usage
|
||||
#refactor
|
||||
#refactor #notnow
|
||||
```shell
|
||||
flatpak install <app> # Install applications
|
||||
flatpak update # Update applications
|
||||
|
|
|
@ -368,7 +368,7 @@ secrets:
|
|||
```
|
||||
|
||||
## 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` 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