Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marythedev authored Oct 24, 2023
1 parent 3c3109a commit 0a376cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ Docker
docker login --username <username> --password "<password>"
```

##### Push and pull to/from Docker Hub
- Push `docker push mdmytrenko/fragments`
##### Push to Docker Hub
Push `docker push mdmytrenko/fragments`
- `mdmytrenko/fragments` is image name
- if tag is omitted `:latest` tag is used by default as `mdmytrenko/fragments:latest`
- to push all tags on `mdmytrenko/fragments` run `docker push --all-tags mdmytrenko/fragments`
-

##### Create and run image
1. Run `docker build -t fragments:latest .` to build docker image
Expand Down

0 comments on commit 0a376cd

Please sign in to comment.