Commands
Last updated
docker-machine lsNAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
test-machine * ionoscloud Running tcp://158.222.102.154:2376 v20.10.5docker-machine start test-machineStarting "test-machine"...
Machine "test-machine" was started.
Waiting for SSH to be available...
Detecting the provisioner...
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.docker-machine stop test-machineStopping "test-machine"...
Machine "test-machine" was stopped.docker-machine restart test-machineRestarting "test-machine"...
Waiting for SSH to be available...
Detecting the provisioner...
Restarted machines may have new IP addresses. You may need to re-run the `docker-machine env` command.docker-machine status test-machinedocker-machine rm test-machineAbout to remove test-machine
WARNING: This action will delete both local reference and remote instance.
Are you sure? (y/n): y
(test-machine) Starting deleting resources...
(test-machine) NIC Deleted
(test-machine) Volume Deleted
(test-machine) Server Deleted
(test-machine) LAN Deleted
(test-machine) DataCenter Deleted
(test-machine) IPBlock Deleted
Successfully removed test-machine