Skip to content

ugurozgen/fargate-ssh-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fargate-ssh-alpine

it is fargate base image that enables ssh to your container

build

docker build -t fargate-ssh-alpine .

run

docker run -d -p 2222:22 fargate-ssh-alpine

ssh into container, user and password is root

ssh root@localhost -p 2222

About

it is fargate base image that enables ssh to your container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published