GitLab
Containers 1 question
- #1Docker Volume Cross Platform Consistency
You need to create a Docker volume named
myvoland demonstrate cross-platform consistency - that data written from one container is readable by a different container using a different base image.
Git 1 question
- #2Remove Last Commit and Discard Changes
You have created a commit locally that contains incorrect changes and you want to completely erase it from history.
Linux 1 question
- #3Recursive Database File Backup
Before performing a system-wide database schema migration, you've been asked to ensure that all existing
.dbfiles are safely backed up. These files may be scattered across multiple subdirectories, and simply renaming them isn't enough. You must create backup copies with the.db.bakextension, preserving directory structure and permissions.