Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rembik authored Nov 19, 2020
1 parent e7ff9d4 commit afcdd93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Run container:
# Docker on Linux or Mac
docker run --rm -d \
-v "${pwd}:/srv" \
--name apt zeiss-digital-innovation/apt
--name apt ghcr.io/zeiss-digital-innovation/apt

# Docker on Windows
docker run --rm -d `
-v "${pwd}:/srv" `
--name apt zeiss-digital-innovation/apt
--name apt ghcr.io/zeiss-digital-innovation/apt
```

> **Note**: Follow the *[File Sharing](https://docs.docker.com/docker-for-windows/#resources)* section for prerequirements, if running Docker on Windows in Hyper-V mode.
Expand All @@ -50,11 +50,11 @@ Run container with custom command:

```shell
# Docker on Linux or Mac
docker run --rm -it -v "${pwd}:/srv" zeiss-digital-innovation/apt \
docker run --rm -it -v "${pwd}:/srv" ghcr.io/zeiss-digital-innovation/apt \
CMD

# Docker on Windows
docker run --rm -it -v "${pwd}:/srv" zeiss-digital-innovation/apt `
docker run --rm -it -v "${pwd}:/srv" ghcr.io/zeiss-digital-innovation/apt `
CMD
```

Expand Down

0 comments on commit afcdd93

Please sign in to comment.