linutil
linutil copied to clipboard
Docker Setup
Pull Request
Title
Docker Setup
Type of Change
- [x] New feature
- [ ] Bug fix
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Hotfix
- [ ] Security patch
- [ ] UI/UX improvement
Description
Adds an option to install and set up docker. The option was set under the System-Setup tab. The code is based on the official documentation.
Testing
It was tested on:
- PopOs
- Ubuntu 24.04
- Arch
- Fedora 40 As a non-root user, I was able to start the hello-world container without errors.
It should also support Debian but I could not set up a VM to test it.
Additional Information
After doing my first issue (#225) I decided to try and help out the project. This is my first PR so if there's any advice you can provide, I'd be very grateful for it.
Checklist
- [X] My code adheres to the coding and style guidelines of the project.
- [X] I have performed a self-review of my own code.
- [X] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [X] My changes generate no errors/warnings/merge conflicts.