Skip to content

fboranek/debian-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debian-dev

Docker image for compiling an application for Linux on Mac OS.

Instalation

Download script docker-sshd and run.

The script launches the docker container with name 'dev' and links several files and directories into the container and make an ssh connection to the container. It links particularly:

  • Your home dir to the same location. A project dir is expected there.

  • Your ssh settings (~/.ssh) to /root. It allows you to connect to container via ssh using the key which is defined in ~/.ssh/authorized_keys

  • Your bash settings (~/.bash_profile). E.g.

export DEBFULLNAME="John Doe"
export [email protected]
  • Folder docker-include from your home. Into this folder will be synchronized any public includes from /usr/include.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published