...
/Chapter Summary: Deploying Applications With Docker Stacks
Chapter Summary: Deploying Applications With Docker Stacks
Summary of the concepts covered in this chapter.
We'll cover the following...
Commands
Let's explore all the commands covered in this chapter:
docker stack deploy
is the command you’ll run to deploy and update stacks. You need to specify the name of the stack and the stack file. Docker expects the stack file to be ...