Docker updates
This commit is contained in:
19
docker/ttp-nginx/README.md
Normal file
19
docker/ttp-nginx/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
Build the image
|
||||
```
|
||||
docker build -t thetempusproject/ttp-nginx:latest .
|
||||
docker build --no-cache -t thetempusproject/ttp-nginx:latest .
|
||||
```
|
||||
|
||||
|
||||
|
||||
Set the proper tag for dockerhub
|
||||
```
|
||||
docker tag ttp-nginx:latest thetempusproject/ttp-nginx:latest
|
||||
```
|
||||
|
||||
|
||||
|
||||
Run the image
|
||||
```
|
||||
docker run -d -p 8000:80 thetempusproject/ttp-nginx
|
||||
```
|
Reference in New Issue
Block a user