https://github.com/juancsucoder/flatboat-operator
https://github.com/juancsucoder/flatboat-operator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/juancsucoder/flatboat-operator
- Owner: JuanCSUCoder
- License: apache-2.0
- Created: 2025-06-05T18:11:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T01:24:34.000Z (about 1 year ago)
- Last Synced: 2025-06-17T01:27:52.722Z (about 1 year ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Flatboat
*This repository is part of the [Flatboat Project](https://github.com/JuanCSUCoder/FlatBoatProject)*

Flatboat is a CLI tool that integrates **Docker** and **Kubernetes** tooling into the **ROS workspace** workflow.

## Features
- **Automatic** container lifecycle management
- **Create ROS workspaces** from devcontainer templates
- **Execute ROS2 commands** inside the container
- **Execute shell commands** inside the container
- Out-of-the-box graphical user interface **GUI support**
- Out-of-the-box **GPU support**
- Out-of-the-box workspace **volume binding**
- Out-of-the-box **host network** connectivity
- Out-of-the-box **avahi service** for .local domain resolution
- Compatible with **Devcontainer Specification**
## Compatibility
Compatible with **Linux** distributions capable of running **Docker** with **X11** window system and **avahi daemon**.
**NOTE:** Linux distros with different configurations may be able to run flatboat with a few workarounds.
## License
> Copyright 2024 Juan Camilo Sánchez Urrego @JuanCSUCoder
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at:
>
>
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.