mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 23:16:53 +00:00
make readmes consistent
This commit is contained in:
@@ -71,11 +71,21 @@ To get started with Hummingbot, check out the following docs:
|
||||
|
||||
Use the commands below or use the Docker Desktop application to manage your Hummingbot container:
|
||||
|
||||
### Create the container
|
||||
### Create the Compose network
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### Stop the Compose network
|
||||
```
|
||||
docker-compose down
|
||||
```
|
||||
|
||||
### Update the Compose network for the latest images
|
||||
```
|
||||
docker-compose up --force-recreate --build -d
|
||||
```
|
||||
|
||||
### Attach to the container
|
||||
```
|
||||
docker attach simple_hummingbot_compose-bot-1
|
||||
@@ -97,13 +107,6 @@ docker ps -a
|
||||
```
|
||||
|
||||
### Stop a container
|
||||
|
||||
```
|
||||
docker-compose down
|
||||
```
|
||||
|
||||
or:
|
||||
|
||||
```
|
||||
docker stop <instance-name>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user