Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -4,13 +4,21 @@
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Clone the repository
|
||||||
git clone ssh://git@gitea.cuihang1201.synology.me:2222/hangpersonal/SLAM_Docker_Env.git
|
git clone ssh://git@gitea.cuihang1201.synology.me:2222/hangpersonal/SLAM_Docker_Env.git
|
||||||
|
|
||||||
cd SLAM_Docker_Env
|
cd SLAM_Docker_Env
|
||||||
|
|
||||||
|
# Pull the Docker image
|
||||||
docker pull gitea.cuihang1201.synology.me/hangpersonal/sad-workspace:latest
|
docker pull gitea.cuihang1201.synology.me/hangpersonal/sad-workspace:latest
|
||||||
|
|
||||||
|
# Start the Docker container
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
|
# Shutdown the Docker container
|
||||||
docker compose down
|
docker compose down
|
||||||
```
|
|
||||||
|
# Open http://localhost:46080/vnc.html in your web browser
|
||||||
|
# Password: abc123
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user