mirror of
https://github.com/logos-storage/discord-bot.git
synced 2026-01-07 15:43:09 +00:00
Update README.md
This commit is contained in:
parent
b3177f0cf5
commit
64f4f92f8d
19
README.md
19
README.md
@ -44,22 +44,3 @@ npm install
|
|||||||
```bash
|
```bash
|
||||||
node index.js
|
node index.js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Image Distribution
|
|
||||||
|
|
||||||
To share the Docker image:
|
|
||||||
|
|
||||||
1. Build the image:
|
|
||||||
```bash
|
|
||||||
docker build -t discord-bot .
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Save the image to a file:
|
|
||||||
```bash
|
|
||||||
docker save discord-bot > discord-bot.tar
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Share the `discord-bot.tar` file with others. They can load it using:
|
|
||||||
```bash
|
|
||||||
docker load < discord-bot.tar
|
|
||||||
```
|
|
||||||
Loading…
x
Reference in New Issue
Block a user