-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

docker-machine


> Create and manage machines running Docker.

More information.


List currently running docker machines:

docker-machine ls

Create a new docker machine with specific name:

docker-machine create {name}

Get the status of a machine:

docker-machine status {name}

Start a machine:

docker-machine start {name}

Stop a machine:

docker-machine stop {name}

Inspect information about a machine:

docker-machine inspect {name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:58:37 2024