All Projects → arvindr226 → alpine-ssh

arvindr226 / alpine-ssh

Licence: GPL-3.0 License
This repository can be used for development/learning and RnD purpose for alpine-ssh running inside the docker container

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to alpine-ssh

Loc Framework
本项目是完全基于Spring Boot2和Springcloud Finchley所进行了开发的,目的是简化和统一公司内部使用微服务框架的使用方法
Stars: ✭ 238 (+1300%)
Mutual labels:  microservice
Go Grpc Http Rest Microservice Tutorial
Source code for tutorial "How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc."
Stars: ✭ 250 (+1370.59%)
Mutual labels:  microservice
cryptletter
Self-hosted micro-service for encrypted self-destructing messages
Stars: ✭ 21 (+23.53%)
Mutual labels:  microservice
Jina
Cloud-native neural search framework for 𝙖𝙣𝙮 kind of data
Stars: ✭ 12,618 (+74123.53%)
Mutual labels:  microservice
Insight
Repository for Project Insight: NLP as a Service
Stars: ✭ 246 (+1347.06%)
Mutual labels:  microservice
sftpserver
SFTP Server (SSH File Transfer Protocol) in Java, based on Apache MINA SSHD
Stars: ✭ 62 (+264.71%)
Mutual labels:  sshd
Spring Cloud Rest Tcc
以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案
Stars: ✭ 2,562 (+14970.59%)
Mutual labels:  microservice
laracom
laracom driven by go micro services
Stars: ✭ 37 (+117.65%)
Mutual labels:  microservice
Krakend Ce
KrakenD Community Edition. Make your binary of KrakenD API Gateway
Stars: ✭ 245 (+1341.18%)
Mutual labels:  microservice
cdk-microservices-labs
Hugo Style Documents
Stars: ✭ 12 (-29.41%)
Mutual labels:  microservice
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+18158.82%)
Mutual labels:  microservice
Microservices Demo
Deployment scripts & config for Sock Shop
Stars: ✭ 2,939 (+17188.24%)
Mutual labels:  microservice
dracut-crypt-sshd
dracut initramfs module to start sshd on early boot to enter encryption passphrase from across the internets
Stars: ✭ 25 (+47.06%)
Mutual labels:  sshd
Yivnet
Yivnet is a microservice game server base on go-kit
Stars: ✭ 237 (+1294.12%)
Mutual labels:  microservice
core
Microservice abstract class
Stars: ✭ 37 (+117.65%)
Mutual labels:  microservice
Docsbox
Self-hosted document converting service with HTTP API
Stars: ✭ 235 (+1282.35%)
Mutual labels:  microservice
SSHapendoes
Capture passwords of login attempts on non-existent and disabled accounts.
Stars: ✭ 31 (+82.35%)
Mutual labels:  sshd
spring-cloud-sidecar-polygot
This project contains samples demonstrating the usage of side car polygot
Stars: ✭ 30 (+76.47%)
Mutual labels:  microservice
comrade-dev
Comrade is a job scheduler&manager service.
Stars: ✭ 69 (+305.88%)
Mutual labels:  microservice
granitic
Web/micro-services and IoC framework for Golang developers
Stars: ✭ 32 (+88.24%)
Mutual labels:  microservice

alpine-ssh

FOSSA Status

Docker Pulls

A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!

I have prepared this Dockerfile to enable SSH on the alpine docker container. That is completely working good. The above Dockerfile has root enabled in the ssh server as well as run ssh on the time of docker container creation.

How to build this Dockerfile.

$ docker build --build-arg PASSWORD=passowrd -t arvindr226/alpine-ssh -f Dockerfile .

How to run the docker container with ssh ?

I have exposed the port 22 in the Dockerfile. You can use the below command to run the docker container.

$ docker run -d -p 2222:22 arvindr226/alpine-ssh

To connect the docker container via ssh.

ssh root@localhost -p 2222

Use Password: password

via Gotechnies

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].