Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.42 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.42 KB

docker-remote-dev

Automatically set up Docker CE on a cloud VM to enable remote development with Docker and Docker Compose

This project was inspired by https://medium.com/geekculture/seamless-integration-with-remote-docker-hosts-for-development-7a369d94812f

It automates the process of creating a remote VM instance on Amazon EC2, installing docker-ce, and setting up your local system to easily access that remote via ssh and docker.

Prerequisites:

Installation

  • Update terraform.tfvars with your AWS credentials, SSH key details, network details, and instance size preference
  • Run just install

Features under consideration for future releases:

Currently no plans to support windows, but will be glad to review any PRs :)