Skip to content

canmogol/docker-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-dev-env

Docker image for a basic development environment

How to install

  • Docker image is available at hub.docker.com

docker pull canmogol/devenv

How to run

  • Remove if already an instance running

docker container stop devenv && docker container rm devenv

  • Run an instance

docker container run --name devenv --hostname "devenv" -d -P canmogol/devenv

  • Find the ssh port

docker port devenv 22

this command should reveal the IP:PORT which you can connect using ssh. ex: 0.0.0.0:32774

  • Login

You may login to the 'devenv' container using its IP and PORT, also username and password both are 'can' ssh [email protected] -p 32772

About

Docker image for a basic development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published