Skip to content

Commit

Permalink
feat: docker suport
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Jul 31, 2024
1 parent 607bcab commit b1dae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ set -e
set -x

docker pull ptrnull233/simple_kernel:latest
docker run --name SimpleKernel-container -itd -p 233:22 -v ./:/root/SimpleKernel ptrnull233/simple_kernel:latest
docker run --name SimpleKernel-container -itd -p 233:22 -v ./:/root/SimpleKernel -v ~/.ssh:/root/.ssh -v ~/.gitconfig:/root/.gitconfig ptrnull233/simple_kernel:latest
docker exec -it SimpleKernel-container /bin/zsh

0 comments on commit b1dae9c

Please sign in to comment.