We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a858f commit 5e50148Copy full SHA for 5e50148
.devcontainer/scripts/setup-lab.sh
@@ -2,6 +2,11 @@
2
echo "Setting up Kubernetes lab environment..."
3
docker pull python:3.11-slim
4
docker run -d --name redis --restart always -p 6379:6379 -v redis:/data redis:6-alpine
5
+
6
echo Setting up registry.local...
7
sudo bash -c "echo '127.0.0.1 cluster-registry' >> /etc/hosts"
8
9
+echo "Make git stop complaining about unsafe folders..."
10
+git config --global --add safe.directory /app
11
12
echo "Setup complete"
0 commit comments