Docker image for compiling linux application on Mac OS
200
Docker image for compiling an application for Linux on Mac OS.
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]
Content type
Image
Digest
sha256:61ed760a7…
Size
734.3 MB
Last updated
about 3 years ago
docker pull fboranek/debian-dev:bullseye