This is the main repository for Steve, a fake Docker clone that I'm making as part of an ongoing series on my YouTube channel.
All development and design of this project is going to be recorded and published on YT, with a schedule planned to be every week or two.
- Project setup
- Basic CI config
- Initial model design
- First piece of logic and test
- Setup Scala Steward
- Initialize client
- Communicate with server
- Build client with native-image
- Add logback to client
- Temporarily silence client errors
- Client/server compatibility testing
- Logging, error handling