Giter VIP home page Giter VIP logo

docker-ubuntu-remote-dev's Introduction

Docker Pulls ci

An Ubuntu based image that can be used with editors that support remote development over SSH.

Validated with:

  • JetBrains Gateway

Includes:

  • git
  • JDK

Usage

Image name: itzg/ubuntu-remote-dev:20.04-17

The image creates a user named dev with UID 1000, so assuming a local port binding of 2022 to the server's port, this can be used to connect to the container:

ssh -p 2022 dev@HOST

Replace HOST with the actual host/IP of the container, such as "localhost"

Environment variables

SSH_IMPORT_ID

Required: yes

User ID with protocol prefix supported by ssh-import-id

Ports

2022

SSH server

Volumes

Workspace

Mount point: /workspace

Home directory of user dev

Pre-generated host keys

The volume /host_keys can be mounted and any files named ssh_host_*_key and ssh_host_*_key.pub will be used by SSHD.

Extra SSHD configs

The volume /sshd/configs.d can be mounted and any files named *.conf will be included into the SSHD configuration.

Command line

Any additional arguments will be passed to the sshd server command-line

docker-ubuntu-remote-dev's People

Contributors

dependabot[bot] avatar itzg avatar

Stargazers

Burberry wavy avatar Christopher J. Stehno avatar

Watchers

 avatar  avatar

docker-ubuntu-remote-dev's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.