Skip to content

Stack ghc not working with docker #872

Open
@sgillis

Description

@sgillis

I'm trying to run the interpreter using stack-ghci. This works well if I use stack with a locally installed ghc. When I put docker: enable true in my ~/.stack/stack.yaml, stack will use Docker containers for building/running. This is when something goes wrong.

I see a Docker container is being created, and when I execute docker logs <container_name> I see the commands I sent through the *haskell* buffer. But the output never makes it into the buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions