You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,15 @@ To build a docker image with the application installed on it
123
123
124
124
`docker build . -t techtestapp:latest`
125
125
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:
0 commit comments