-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
container build failed ! #51
Comments
Hallo 🌈 Could you attach the error message ? |
@ravikumargrk I found the problem. When you are creating and using a Github Codespace, there are no files like Try with commenting all the volumes inside the version: "3.2"
services:
vscode:
build: .
image: latexdevcontainer
volumes:
- ../:/workspace
# Docker socket to access Docker server
- /var/run/docker.sock:/var/run/docker.sock
# SSH directory
# - ~/.ssh:/root/.ssh
# For Windows without WSL, a copy will be made
# from /tmp/.ssh to ~/.ssh to fix permissions
# - ~/.ssh:/tmp/.ssh:ro
# Shell history persistence
# - ~/.zsh_history:/root/.zsh_history:z
# Git config
# - ~/.gitconfig:/root/.gitconfig
environment:
- TZ=
entrypoint: ["zsh", "-c", "while sleep 1000; do :; done"] |
@qdm12 should we add this to the README ? |
Added a subsection of 'Setup for a project' named 'Run inside GihHub Codespaces' in where is explained how to setup the devcontainer inside a GitHub Codespace. Fix #51
I have created a codespace and built container using your .devcontainer config untouched.
build has failed.
The text was updated successfully, but these errors were encountered: