Andries Inzé

Results 2 comments of Andries Inzé

> > * `git clone https://github.com/docker/getting-started-app.git` > > * `docker build -t getting-started .` > > * `docker run -dp 127.0.0.1:3000:3000 -w /app --mount "type=bind,src=$pwd,target=/app" node:18-alpine sh -c "yarn install...

@crazy-max I don't have yarn installed BUT ``` PS C:\workbench\getting-started-app> docker build -t getting-started . [+] Building 0.0s (0/0) docker:default 2024/05/31 22:07:21 http2: server: error reading preface from client //./pipe/docker_engine:...