Merge pull request #22 from Sn0wed1/dev-indep

Simplify Docker
This commit is contained in:
PLUJA 2020-09-04 17:05:38 +02:00 committed by GitHub
commit e6e6d0bd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,8 @@ You can test this new version.
9. Go to "http://localhost:5000/" and enjoy.
### Using Docker:
A quick deployment
##### Building using the Dockerfile
> (May not work on Windows)
1. Install Docker:
- `https://docs.docker.com/engine/install/`
@ -133,6 +134,15 @@ A quick deployment
6. Go to "http://localhost:5000/" and enjoy.
##### Pulling image from Docker Hub
1. Install Docker:
- `https://docs.docker.com/engine/install/`
2. Run the container:
- `docker run -p 5000:5000 sn0wed/yotter:alpha`
3. Go to "http://localhost:5000/" and enjoy.
### 🔗 Hosting on a server:
#### [VISIT THIS FILE FOR INSTRUCTIONS](https://github.com/pluja/Yotter/blob/dev-indep/SELF-HOSTING.md)