VS Code Remote Dev Container for developing Ruby on Rails Thecore applications
9.7K
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
Content type
Image
Digest
sha256:bc5f9f4ff…
Size
716.6 MB
Last updated
4 days ago
docker pull gabrieletassoni/vscode-devcontainers-thecore