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
This tool is great, but its actually not best practice to have the user build using docker-compose unless we are talking about a DEV env.
You can actually have GitHub do this for you automatically using GitHub Actions. It will build the docker container on their servics and then deploy it to the default Docker Repo.
This allows people to pull your container is from a trusted source, allowing for proper use of Docker-Compose to build micro-services around this container.
This tool is great, but its actually not best practice to have the user build using docker-compose unless we are talking about a DEV env.
You can actually have GitHub do this for you automatically using GitHub Actions. It will build the docker container on their servics and then deploy it to the default Docker Repo.
This allows people to pull your container is from a trusted source, allowing for proper use of Docker-Compose to build micro-services around this container.
https://github.com/marketplace/actions/build-and-push-docker-images
The text was updated successfully, but these errors were encountered: