mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
sample => app
[ci skip]
This commit is contained in:
committed by
GitHub
parent
6f6f2b6f9a
commit
0c62804b1d
@@ -17,8 +17,8 @@ dokku apps
|
||||
|
||||
```
|
||||
=====> My Apps
|
||||
node-js-sample
|
||||
python-sample
|
||||
node-js-app
|
||||
python-app
|
||||
```
|
||||
|
||||
Note that you can easily hide extra output from dokku commands by using the `--quiet` flag, which makes it easier to parse on the command-line.
|
||||
@@ -28,8 +28,8 @@ dokku --quiet apps
|
||||
```
|
||||
|
||||
```
|
||||
node-js-sample
|
||||
python-sample
|
||||
node-js-app
|
||||
python-app
|
||||
```
|
||||
|
||||
## Manually creating an application
|
||||
|
||||
Reference in New Issue
Block a user