DockerSeed is a lightweight, Docker-based environment designed for secure development in isolated containers.
1. Clone the repository.
2. Run the setup script:
./setup.sh3. Run VS Code:
docker-compose up code
# Navigate to http://localhost:8080. Kiosk mode is recommended:
google-chrome --new --kiosk http://localhost:80804. Start services:
docker-compose up <service_name>This project is licensed under the MIT No Attribution License.
See the LICENSE file for details.