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 f9488cd commit 0747a52Copy full SHA for 0747a52
.devcontainer/scripts/setup-lab.sh
@@ -2,6 +2,11 @@
2
echo "Setting up Docker lab environment..."
3
docker pull quay.io/rofrano/python:3.11-slim
4
# docker run -d --name postgresql --restart always -p 5432:5432 -v postgres:/var/lib/postgresql/data postgres:alpine
5
+
6
echo Setting up registry.local...
7
sudo bash -c "echo '127.0.0.1 cluster-registry' >> /etc/hosts"
-echo "Setup complete"
8
9
+echo "Making git stop complaining about unsafe folders"
10
+git config --global --add safe.directory /app
11
12
+echo "Setup complete"
0 commit comments