Docker

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

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

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

Next, select the running container from the previous step.

Last updated