Skip to content

rajugupta15/basedockerimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basedockerimage

Version 1.0

To Pull this image please run following command :

	docker pull rajugupta15/basedockerimage:1.0

To create container run following command :

	docker run -d -p 22 rajugupta15/basedockerimage

NOTE : user : baseimage and password : baseimage

If you want to use custom username and password for ssh then send username and password as environment variable.

	docker run -d -p 22 -e "SSH_USER=baseimage" -e "SSH_PASSWORD=baseimage"	rajugupta15/basedockerimage

If you want to use custom time-zone then send time_zone as environment variable (Detailt time zone will be "Etc/UTC").

	docker run -d -p 22 -e "SSH_USER=baseimage" -e "SSH_PASSWORD=baseimage" -e "TIME_ZONE:'Etc/UTC'" rajugupta15/basedockerimage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages