Skip to content

Commit

Permalink
Removed instructions for hosted docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Knight committed Mar 8, 2024
1 parent c21b614 commit 32449e9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,12 @@ Build the image with:
docker build -t bulldoggy-reminders-app:0.1 .
```


To run the image:

```
docker run -it --rm --name bulldoggy-reminders-app -p 8000:8000 bulldoggy-reminders-app:0.1
```

Alternatively, you can pull the image from [Docker Hub](https://hub.docker.com/repository/docker/vmaksimenko/bulldoggy-reminders-app) instead of building it locally:

```
docker pull vmaksimenko/bulldoggy-reminders-app
```

Then, run the image:

```
docker run -it --rm --name bulldoggy-reminders-app -p 8000:8000 vmaksimenko/bulldoggy-reminders-app
```


## Logging into the app

Expand Down

0 comments on commit 32449e9

Please sign in to comment.