Deploy application infrastructure
  • References/Server/Docker/Docker Swarm/Try Swarm at scale

Deploy your infrastructure In this step, you create several Docker hosts to run your application stack on. Before you continue, make sure you have taken the

2025-01-10 15:47:30
Apply custom metadata
  • References/Server/Docker/Docker Engine/User guide

Apply custom metadata You can apply metadata to your images, containers, or daemons via labels. Labels serve a wide range of uses, such as adding notes or licensing

2025-01-10 15:47:30
Installation on Mac OS X
  • References/Server/Docker/Docker Engine/Install

Mac OS X You install Docker using Docker Toolbox. Docker Toolbox includes the following Docker tools: Docker Machine for running the docker-machine

2025-01-10 15:47:30
Install Compose
  • References/Server/Docker/Docker Compose

Install Docker Compose You can run Compose on OS X, Windows and 64-bit Linux. To install it, you’ll need to install Docker first. To install Compose, do

2025-01-10 15:47:30
docker-compose scale
  • References/Server/Docker/Docker Compose/Command-line Reference

scale Usage: scale [SERVICE=NUM...] Sets the number of containers to run for a service. Numbers are specified as arguments

2025-01-10 15:47:30
AppArmor security profiles for Docker
  • References/Server/Docker/Docker Engine/Secure Engine

AppArmor security profiles for Docker AppArmor (Application Armor) is a Linux security module that protects an operating system and its applications

2025-01-10 15:47:30
docker commit
  • References/Server/Docker/Docker Engine/Engine reference/Command line reference

commit Usage: docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] Create a new image from a container's changes -a, --author="" Author

2025-01-10 15:47:30
docker top
  • References/Server/Docker/Docker Engine/Engine reference/Command line reference

top Usage: docker top [OPTIONS] CONTAINER [ps OPTIONS] Display the running processes of a container --help Print usage

2025-01-10 15:47:30
Configure Docker Swarm for TLS
  • References/Server/Docker/Docker Swarm

Configure Docker Swarm for TLS In this procedure you create a two-node Swarm cluster, a Docker Engine CLI, a Swarm Manager, and a Certificate Authority

2025-01-10 15:47:30
Get started with multi-host networking
  • References/Server/Docker/Docker Engine/User guide/Network configuration

Get started with multi-host networking This article uses an example to explain the basics of creating a multi-host network. Docker Engine supports

2025-01-10 15:47:30