mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
MInor spelling edit: Getting Started- Part 4 (#3344)
This commit is contained in:
@@ -238,7 +238,7 @@ look:
|
||||
## Iterating and scaling your app
|
||||
|
||||
From here you can do everything you learned about in part 3: scale the app by
|
||||
changing the `docker-compose.yml` file, or change the app behavior be editing
|
||||
changing the `docker-compose.yml` file, or change the app behavior by editing
|
||||
code. In either case, simply running `docker stack deploy` again deploys these
|
||||
changes. You can tear down the stack with `docker stack rm`. You can also join
|
||||
any machine, physical or virtual, to this swarm, using the same
|
||||
|
||||
Reference in New Issue
Block a user