A highly discouraged solution for all your instant messaging needs.
docker context use default
docker compose build
docker compose push
Alterantively
./build-push.bat
https://docs.docker.com/cloud/aci-integration/
docker --context <aci-context> run -p 80:80 <user>/<image>:latest
docker --context <aci-context> compose up
Alternatively
./deploy-aci.bat <aci-context>
Login (required to push)
buildah login docker.io
Build (example for UserProfileService)
git clone https://github.com/PythonHackerr/Social-Web-App.git
cd Social-Web-App/
buildah bud -f UserProfileService/Dockerfile -t thejoun/user-profile-service .
Push (example for UserProfileService)
buildah push thejoun/user-profile-service:latest