Tagged: SAP-CAP

VSCode devcontainer (part 2)

After setting up podman to be used as a devcontainer in VSCode in the previous blog-post, here are some links for a further deep-dive and next steps: https://benmatselby.dev/post/vscode-dev-containers/ Quick repeat of what is a devcontainer https://mkdev.me/posts/dockerless-part-1-which-tools-to-replace-docker-with-and-why Blog-series about using podman as a docker replacement. https://blogs.sap.com/2022/02/01/boosting-tutorial-ux-with-dev-containers-part-3-containers-into-action/ First steps in the devcontainer based on Create a CAP Application and SAP Fiori UI...

Docker – Good to know

I don’t run docker containers locally, but on a docker VM on a remote server. Management is done through Portainer.io which adds a nice GUI to Docker and Kubernetes. However sometimes, the CLI is still the place to be: Useful commands: docker run –rm -it = run/pull image docker ps = list all active containers docker attach = attach to...