osinfra.io (Alpha)
HomeDiscordGitHubSponsor
  • Overview
    • Welcome!
      • Overview
      • Team Norms
      • Language
  • Fundamentals
    • Architecture Decision Records
      • ADR-0001
      • ADR-0002
      • ADR-0003
      • ADR-0004
    • Development Setup
      • Docker
      • GitHub Codespaces
      • Ubuntu
      • Windows (WSL Ubuntu)
    • Tools
      • GitHub
      • Terraform
        • Child Modules
        • Coding Conventions
      • Testing
        • Infracost
        • Checkov
  • Collaboration
    • Contributors
    • Platform Engineers
    • Software Engineers
  • Product Guides
    • Google Cloud Platform
      • Kubernetes
        • Istio
        • cert-manager
        • Gatekeeper
      • Landing Zone
        • Resource Hierarchy and IAM
        • Audit Logging
        • Workload Identity
        • Terraform Backend
        • Networking
        • Services
    • GitHub
      • Organization Management
      • Continuous Delivery Enablement
    • Datadog
      • Organization Management
    • Backstage
Powered by GitBook
On this page
  • Images
  • Visual Studio Code

Was this helpful?

Edit on GitHub
  1. Fundamentals
  2. Development Setup

Docker

Use a pre-built Docker image for your Infrastructure as Code (IaC) sandbox development environment.

Last updated 8 months ago

Was this helpful?

Images

Images for Ubuntu are available.

Pull the following image from the GitHub container registry.

docker pull ghcr.io/osinfra-io/ubuntu:latest

Run the image in interactive mode.

docker run -it ghcr.io/osinfra-io/ubuntu:latest

Visual Studio Code

Next, select the running container from the previous step.

Install the extension for Visual Studio Code. The extension lets you use a as a full-featured development environment.

In Visual Studio Code, you can click the open a remote window icon and select attach to running container.

Dev Containers
Docker container