Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Updated Docker interactive command
Browse files Browse the repository at this point in the history
  • Loading branch information
sindbach committed Jan 8, 2021
1 parent 8866b85 commit 3216198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In order to execute the code example, you need to specify `MONGODB_URI` environm
2. Run the Docker image by executing:
```
docker run --tty --interactive --hostname golang start-go
docker run --tty --interactive --hostname golang start-go bash
```
The command above will run a `start-go` tagged Docker image. Sets the hostname as `golang`.
Expand Down
5 changes: 1 addition & 4 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ go 1.15

require (
go.mongodb.org/mongo-driver vx.x.x
)



)

0 comments on commit 3216198

Please sign in to comment.