Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 425 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 425 Bytes

Running darling in docker

This is a Dockerfile to dockerize a darling session

Usage

Build the image locally

$ docker build -t darling .

Create the projects folders

$ mkdir -p $HOME/Projects/

Start the container

$ docker run \
    -it \
    --hostname darling \
    --rm \
    --name darling \
    --privileged \
    -v $HOME/Projects/:/home/ubuntu/Projects/ \
    darling