Sign inSign up

fboranek/debian-dev

By fboranek

•Updated about 3 years ago

Docker image for compiling linux application on Mac OS

Image
0

200

fboranek/debian-dev repository overview

⁠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.

Tag summary

Content type

Image

Digest

sha256:61ed760a7…

Size

734.3 MB

Last updated

about 3 years ago

docker pull fboranek/debian-dev:bullseye