Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eyhn/dev-container


https://github.com/eyhn/dev-container

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

demo docker-compose.yml file

``` yaml
version: "3.7"

services:
dev:
image: ghcr.io/eyhn/dev-container-ssh-dind:latest
hostname: devcontainer
environment:
- PUBLIC_KEY_FILE=/authorized_keys
volumes:
- ./authorized_keys:/authorized_keys
- ./ssh_host_key:/home/eyhn/.ssh_host_keys
privileged: true
network_mode: bridge
ports:
- 2222:2222
```