Ujnotes — CC0 1.0
Working notes on Notes: 5. Remember - the mount directory from the compose file is completely replaced - hence any operation by the build is simply overwritten and lost.
Windows - docker desktop.
- Dockerfile has the final commands.
- Docker-compose.yaml file is for building container.
- Each command can be a layer.
- /bin/bash for improved shell.
5. Remember - the mount directory from the compose file is completely replaced - hence any operation by the build is simply overwritten and lost
- So instead of say downloading a file into the mounted /app dir download to /usr/local/lib.
2.
Updated:
2026 Aug 19

