Skip to content

Commit

Permalink
update Docker pull command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pcastellanoescuder committed Apr 19, 2021
1 parent 8c14eb0 commit 69f218a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ shiny::runApp(appDir = "app")
Pull the POMAShiny Docker container image hosted at [Docker Hub](https://hub.docker.com/repository/docker/pcastellanoescuder/pomashiny) by running the following command in the terminal.

```{bash, eval = FALSE}
docker pull pcastellanoescuder/pomashiny:latest
docker pull pcastellanoescuder/pomashiny:v.1.1.14
```

### Step 2: Run Docker image
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Hub](https://hub.docker.com/repository/docker/pcastellanoescuder/pomashiny)
by running the following command in the terminal.

``` bash
docker pull pcastellanoescuder/pomashiny:latest
docker pull pcastellanoescuder/pomashiny:v.1.1.14
```

### Step 2: Run Docker image
Expand Down

0 comments on commit 69f218a

Please sign in to comment.