Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terencet authored Jul 25, 2018
1 parent f771953 commit de35c52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Run the following command
$ docker build -t dotnet-aws-cli-docker
```

To tag for dockerhub

```
$ docker tag dotnet-aws-cli-docker vcard/dotnet-aws-cli-docker
```

To push to docker hub

```
$ export DOCKER_ID_USER="username"
$ docker login
docker push vcard/dotnet-aws-cli-docker
```

## How to use this image

Run the following commands:
Expand Down

0 comments on commit de35c52

Please sign in to comment.