Skip to content

Commit 386e3a7

Browse files
authored
Merge pull request #55 from servian/docker_image_reference
Update app doc to include prebuild docker image in Github Packages
2 parents 5f6ed8c + 7908fa7 commit 386e3a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ To build a docker image with the application installed on it
123123

124124
`docker build . -t techtestapp:latest`
125125

126+
127+
### Pull Image from Github packages
128+
129+
Go to the [packages](https://github.com/servian/TechTestApp/packages) section for an already built docker image.
130+
To pull a ready built docker image with the application installed on it, [setup](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages) docker to auth to Github then:
131+
132+
`docker pull docker.pkg.github.com/servian/techtestapp/techtestapp:latest`
133+
134+
126135
## Continuous Integration
127136

128137
Continuous integration is managed through circleci and the build on the master branch will create a new release when a new version is defined.

0 commit comments

Comments
 (0)