Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions part1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docker run -p 5000:5000 -v src:/opt/counter/src XXXX
You can also run the app in the backgroud by using the -d flag

```
docker run -d -p 5000:5000 -v src:/opt/counter/src XXXX
docker run -d -p 5000:5000 -v $(pwd)/src:/opt/counter/src XXXX
```

## Finding the running container
Expand All @@ -95,4 +95,4 @@ E.g., use
docker build --tag="eth-workshop/counter-in-memory:1" .
```

Now you can use `eth-workshop/counter-in-memory` in every place you used XXXX before.
Now you can use `eth-workshop/counter-in-memory` in every place you used XXXX before.