Tagged articles
2 articles
Page 1 of 1
Ops Development & AI Practice
Ops Development & AI Practice
Mar 4, 2024 · Cloud Native

Mastering GitHub Codespaces: How to Configure Development Containers for Faster Coding

GitHub Codespaces offers a browser‑based, cloud‑hosted development environment where developers can define fully customized, isolated containers via a .devcontainer.json file, enabling easy configuration, consistent tooling, instant access, persistent storage, and seamless Git integration, as illustrated through a step‑by‑step Go project example.

ConfigurationDevContainerDevelopment Containers
0 likes · 8 min read
Mastering GitHub Codespaces: How to Configure Development Containers for Faster Coding
Fulu Network R&D Team
Fulu Network R&D Team
Aug 5, 2021 · Cloud Native

Building a Container‑Based Development Environment with Docker and VSCode Remote Development

This guide explains how to create a flexible, version‑controlled development environment on Linux using Docker containers and VSCode's Remote Development extensions, covering image construction, VSCode configuration, container user settings, and useful command‑line tools for an optimized workflow.

DevContainerDevOpsRemote Development
0 likes · 10 min read
Building a Container‑Based Development Environment with Docker and VSCode Remote Development