logoalt Hacker News

TekMoltoday at 7:35 AM2 repliesview on HN

So this is a VM by Docker?

For those who do not trust

    docker run --rm -it -v "$(pwd)":/work -w /work myaiimage /bin/bash
AND do not want to use some other, free VM for some reason?

Replies

woadwarrior01today at 7:39 AM

Better yet, use Apple's container CLI if you're on a Mac, instead of the docker bloatware.

container run --rm -it -v "$(pwd)":/work -w /work myaiimage /bin/bash

pulse7today at 7:38 AM

Hasn't Docker always been just a thin layer of duct tape over existing solutions?