---
title: "Using Containers to move from Local to Remote Development"
url: https://daily.dev/posts/using-containers-to-move-from-local-to-remote-development-q1vvzib3i
source_url: https://code.visualstudio.com/blogs/2022/04/04/increase-productivity-with-containers
type: article
source: "Visual Studio Code"
published: 2022-04-04T18:33:44.654Z
updated: 2026-03-15T03:56:46.218Z
tags: ["cloud", "containers", "general-programming", "github"]
reading_time: 7
upvotes: 32
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Containers to move from Local to Remote Development

**[Visual Studio Code](https://daily.dev/sources/vscode)** · 7 min read · 32 upvotes · 1 comments

## Summary

Using Containers to move from Local to Remote Development is a big buzzword in the industry. Containers provide a way to ship your software as a unit, including all binaries, dependencies, and configuration. This reduces time spent on configuration, as the container packages can then be easily deployed from environment to environment.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://code.visualstudio.com/blogs/2022/04/04/increase-productivity-with-containers>

## Community discussion

Top comments from developers on daily.dev.

**@ssmiller25** · 2 upvotes

> Essentially a review of Github Codespaces.  Really interesting, but I'm disappointed Github hasn't made Codespaces available for individual/personal accouts.  Also a few alternatives exist, such as Gitpod (which I do enjoy using)

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#cloud](https://daily.dev/tags/cloud), [#containers](https://daily.dev/tags/containers), [#general-programming](https://daily.dev/tags/general-programming), [#github](https://daily.dev/tags/github)

[View this post on daily.dev](https://daily.dev/posts/using-containers-to-move-from-local-to-remote-development-q1vvzib3i)
