docker-machine regenerate-certs
  • References/Server/Docker/Docker Machine/Command line reference

regenerate-certs Usage: docker-machine regenerate-certs [OPTIONS] [arg...] Regenerate TLS Certificates for a machine Description:

2025-01-10 15:47:30
docker-machine provision
  • References/Server/Docker/Docker Machine/Command line reference

provision Re-run provisioning on a created machine. Sometimes it may be helpful to re-run Machine’s provisioning process on a created machine. Reasons for doing so

2025-01-10 15:47:30
docker-machine ssh
  • References/Server/Docker/Docker Machine/Command line reference

ssh Log into or run a command on a machine using SSH. To login, just run docker-machine ssh machinename: $ docker-machine

2025-01-10 15:47:30
docker-machine config
  • References/Server/Docker/Docker Machine/Command line reference

config Usage: docker-machine config [OPTIONS] [arg...] Print the connection config for machine Description: Argument is a machine name

2025-01-10 15:47:30
docker-machine env
  • References/Server/Docker/Docker Machine/Command line reference

env Set environment variables to dictate that docker should run a command against a particular machine. $ docker-machine

2025-01-10 15:47:30
docker-machine stop
  • References/Server/Docker/Docker Machine/Command line reference

stop Usage: docker-machine stop [arg...] Gracefully Stop a machine Description: Argument(s) are one or more machine names. For

2025-01-10 15:47:30
docker-machine help
  • References/Server/Docker/Docker Machine/Command line reference

help Usage: docker-machine help [arg...] Shows a list of commands or help for one command Usage: docker-machine help subcommand

2025-01-10 15:47:30
docker-machine rm
  • References/Server/Docker/Docker Machine/Command line reference

rm Remove a machine. This will remove the local reference as well as delete it on the cloud provider or virtualization management platform. $

2025-01-10 15:47:30
docker-machine create
  • References/Server/Docker/Docker Machine/Command line reference

create Create a machine. Requires the --driver flag to indicate which provider (VirtualBox, DigitalOcean, AWS, etc.) the machine should be created on, and an argument

2025-01-10 15:47:30
docker-machine upgrade
  • References/Server/Docker/Docker Machine/Command line reference

upgrade Upgrade a machine to the latest version of Docker. How this upgrade happens depends on the underlying distribution used on the created instance. For example,

2025-01-10 15:47:30