Skip to content

Commit

Permalink
Merge pull request #51 from laudio/fix-readme
Browse files Browse the repository at this point in the history
Fix typo in README.md file
  • Loading branch information
kabirbaidhya authored Aug 13, 2020
2 parents 9abb4bb + 40a304d commit f5c940d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Examples illustrating data pipelines using pyodbc.

| Image | Description |
| ------------------------------------- | -------------------------------------------------------------- |
| [pyodbc-sqlcmd](images/pyodbc-sqlcmd) | An alternative image which includes laudio/pyodbc andd sqlcmd. |
| [pyodbc-sqlcmd](images/pyodbc-sqlcmd) | An alternative image which includes laudio/pyodbc and sqlcmd. |

## License

Expand Down
4 changes: 2 additions & 2 deletions images/pyodbc-sqlcmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ https://hub.docker.com/r/laudio/pyodbc
#### Pull the image

```bash
$ docker pull laudio/pyodbc:1.0.36-sqlcmd
$ docker pull laudio/pyodbc:1.0.37-sqlcmd
```

#### Using as a base image

Usually this is expected to be used as a base image for your python app or scripts that requires pyodbc; in such such your `Dockerfile` might look something like this:

```Dockerfile
FROM laudio/pyodbc:1.0.36-sqlcmd
FROM laudio/pyodbc:1.0.37-sqlcmd

WORKDIR /source

Expand Down

0 comments on commit f5c940d

Please sign in to comment.