Skip to content

Commit

Permalink
Update docker hub image tag to 'latest',
Browse files Browse the repository at this point in the history
as the automated Docker Hub build settings are configured to use the 'latest' tag
  • Loading branch information
courtneymyers committed Jul 24, 2018
1 parent 5d688be commit c713949
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 @@ -5,7 +5,7 @@
1. Build the Craft 3 image locally from the Dockerfile:
`docker build -t courtneymyers/craft3 .`
or download it from [Docker Hub](https://hub.docker.com/r/courtneymyers/craft3):
`docker pull courtneymyers/craft3:1.0`
`docker pull courtneymyers/craft3:latest`

Optionally download the MariaDB image from [Docker Hub](https://hub.docker.com/_/mariadb) as well (not required, as it’ll get pulled in step 3, if you don't already have it locally):
`docker pull mariadb:10.3`
Expand Down
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker run \
--link craft-db:db \
--publish 8000:80 \
--detach \
courtneymyers/craft3:1.0;
courtneymyers/craft3:latest;

sleep 15;

Expand All @@ -38,7 +38,7 @@ docker run \
--link craft-db:db \
--publish 8000:80 \
--detach \
courtneymyers/craft3:1.0;
courtneymyers/craft3:latest;

sleep 15;

Expand Down

0 comments on commit c713949

Please sign in to comment.