Obisidian vault auto-backup: 14-01-2026 13:50:18 on . 2 files edited

This commit is contained in:
Félix MARQUET
2026-01-14 13:50:18 +01:00
parent 3e219192e0
commit c9311fbd6a
2 changed files with 8 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
"type": "markdown",
"state": {
"file": "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md",
"mode": "preview",
"mode": "source",
"source": false,
"backlinks": true,
"backlinkOpts": {

View File

@@ -42,3 +42,10 @@ git merge master
git switch master
git log --oneline --graph --all
```
# TP Docker
```bash
docker run -dp 8080:3000 getting-started
docker ps
```