A repo for build basic docker images.
You can also learn Linux command with container here
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask visual-studio-code
brew install orbstack
For now, we can run docker compose
once install the Docker Desktop or OrbStack.
tips: Another good thing is can run docker rootless.
docker compose -f stack.yml up
docker stack deploy -c stack.yml mysql
The INCLUDE+ instruction gets imported by the first line in the Dockerfile. You can read more about the dockerfile-plus at https://github.com/edrevo/dockerfile-plus
Remember that the file path is relative to the build context, not the Dockerfile path.
find . -name Dockerfile | xargs hadolint - --ignore=DL3018 --ignore=DL3027
error code: https://github.com/hadolint/hadolint/wiki/DL3000#use-absolute-workdir
https://hub.docker.com/u/ubuntu