Skip to content

Instantly share code, notes, and snippets.

@bitkill
Last active May 1, 2021 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitkill/4f0e49fa1cf564c438fa4d7347cd1b2a to your computer and use it in GitHub Desktop.
Save bitkill/4f0e49fa1cf564c438fa4d7347cd1b2a to your computer and use it in GitHub Desktop.
[Docker in another machine]

Install docker-machine in your machine

Dependencies

  • wget
  • sshd

Installing

Just google docker CE install.

Using a network machine to serve your containers

ssh-copy-id bitkill@u20.lan

docker context create u20 --docker "host=ssh://bitkill@u20.lan"

docker context use u20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment