Skip to content
Discussion options

You must be logged in to vote

For the devcontainer. I've TESTed your exercise repo with the following devcontainer.json:

{
    "name": "Exercise container",
    "image": "dodona/dodona-tested",
    "mounts": [
        "source=${localEnv:HOME}/Documents/universal-judge,target=/workspaces/universal-judge,type=bind,consistency=cached"
    ],
    "features": {
        // add git to the container
        "ghcr.io/devcontainers/features/git:1": {
            "version": "latest"
        }
    }
}

This works for me. The changes made to your file:

  1. I've used our official published container dodona/dodona-tested, which should automatically be pulled (no need to build things yourself etc.)
  2. I've updated the source path to match m…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@jorg-vr
Comment options

@Brechtvsk
Comment options

@Brechtvsk
Comment options

@jorg-vr
Comment options

Answer selected by Brechtvsk
@jorg-vr
Comment options

@pdawyndt
Comment options

@Brechtvsk
Comment options

@jorg-vr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants