Introducing Docker Swarm
Learn how to make a single-node swarm.
We'll cover the following...
Production environment concerns
Remember, we are treating this virtual instance as if it were a production instance for our application. Our objective is to start our application on this instance so that it can be used to service real requests. There are a number of ways you could do this. For example, you could use low-level Docker commands to start the various containers for our application. ...