https://github.com/yscialom/devenv
A ready-to-go development environment in docker containers.
https://github.com/yscialom/devenv
ansible docker git ide ssh zsh
Last synced: 5 months ago
JSON representation
A ready-to-go development environment in docker containers.
- Host: GitHub
- URL: https://github.com/yscialom/devenv
- Owner: yscialom
- License: gpl-2.0
- Created: 2021-12-25T17:38:34.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-27T22:41:41.000Z (10 months ago)
- Last Synced: 2025-08-28T00:20:03.589Z (10 months ago)
- Topics: ansible, docker, git, ide, ssh, zsh
- Language: Shell
- Homepage:
- Size: 3.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
A ready-to-go development environment in docker containers.

# Prerequisites
- Have a linux host with docker installed (note: snap installation is broken as devenv needs to read in your actual $HOME).
- An ssh identity in `~/.ssh/id_rsa`
# Installation
- Open [example.env](example.env) and set your preferred configuration.
- Rename `example.env` to `.env`
- Run `start.sh`
# Usage
- With your preferred web browser, go to [http://localhost:13780](http://localhost:13780).