Sign inSign up

gabrieletassoni/vscode-devcontainers-thecore

By gabrieletassoni

•Updated 4 days ago

VS Code Remote Dev Container for developing Ruby on Rails Thecore applications

Image
0

9.7K

gabrieletassoni/vscode-devcontainers-thecore repository overview

⁠VS Code Devcontainer for helping during development of Ruby on Rails Images using Thecore framework.

⁠Usage

This image can be used to develop using VS Code Remote Containers feature, you can use it in the devcontainer Dockerfile like this:

# Build Arguments
ARG DOCKERVERSION=2.0.3
ARG DOCKERUSER=gabrieletassoni
ARG DOCKERTAG=$DOCKERUSER/vscode-devcontainers-thecore:$DOCKERVERSION

FROM ${DOCKERTAG}

RUN echo "vscode-devcontainers-thecore spinnig up!"

# Here all your needed customizations to this image

Tag summary

Content type

Image

Digest

sha256:bc5f9f4ff…

Size

716.6 MB

Last updated

4 days ago

docker pull gabrieletassoni/vscode-devcontainers-thecore