Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
TibebeJS committed Oct 29, 2021
1 parent b8811b5 commit f814a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ DOCKER_BUILDKIT=1 docker build . -t go-alive

Finally mount a folder where your `config.yml` file resides at as `/config` and run the image:
```console
$ docker run -v $(pwd):/config go-alive
$ docker run -v $(pwd):/config go-alive # assuming config.yml is in the current working directory
```

### Alternative 2: Pull the image from the Docker Hub Registry and run it
Expand Down

0 comments on commit f814a05

Please sign in to comment.