This commit is contained in:
Bel LaPointe
2022-11-15 14:53:48 -07:00
parent 30dee67deb
commit fecbafe645
3 changed files with 18 additions and 0 deletions

12
sezzle-2022-11-03/mnt.sh Normal file
View File

@@ -0,0 +1,12 @@
#! /bin/bash
test -f ./mnt/.bashrc || cp $HOME/.bashrc ./mnt/
test -f ./mnt/.vimrc || cp $HOME/.vimrc ./mnt/
docker run \
--rm \
-it \
--name interview \
-v "$PWD"/mnt:/root \
-w /root \
ubuntu:22.04