Skip to content

Collection of docker images used in my projects, Gitlab CI and to share.

Notifications You must be signed in to change notification settings

miguelgf/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To update the docker image:

  • Modify the Dockerfile with the dependencies or the code you want to add
  • Build the image
docker build -t php-checker .
  • Update the tag
docker tag php-checker:latest infinit89/php-checker
  • Push it to dockerhub
docker push infinit89/php-checker
```# docker-images

About

Collection of docker images used in my projects, Gitlab CI and to share.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published