Giter VIP home page Giter VIP logo

dev-container's Introduction

dev-container

Docker container for development purposes with pre-installed:

  • Docker CLI
  • oh-my-zsh
  • git
  • openssh-server

Avoid password authentication for your SSH connections!

Read this article if you never used key-based authentication methods.

Quick-start

Build from source

git clone [email protected]:anitvam/dev-container.git
cd dev-container
docker build . -t dev-container:latest
docker run -d -e PUBLIC_KEY="YOUR_PUB_KEY" -p 2222:22 -v /var/run/docker.sock:/var/run/docker.sock dev-container:latest
ssh dev@localhost:2222 -i ~/.ssh/<YOUR_PRI_KEY>

Pull from Docker Hub

docker pull anitvam/dev-container:latest
docker run -d -e PUBLIC_KEY="YOUR_PUB_KEY" -p 2222:22 -v /var/run/docker.sock:/var/run/docker.sock dev-container:latest
ssh dev@localhost:2222 -i ~/.ssh/<YOUR_PRI_KEY>

dev-container's People

Contributors

anitvam avatar semantic-release-bot avatar renovate[bot] avatar

Stargazers

Chiara Forresi avatar Matteo Francia avatar Davide Domini avatar Angelo Filaseta avatar

Watchers

 avatar

Forkers

w4bo

dev-container's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
github-actions
.github/workflows/delivery.yml
  • actions/checkout v4
  • anitvam/conventionalcommit-semantic-releasing v0.7.14
  • docker/login-action v3
  • docker/metadata-action v5
  • docker/build-push-action v5

  • Check this box to trigger a request for Renovate to run again on this repository

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.