An open API service indexing awesome lists of open source software.

https://github.com/0xkibh/docker-fastapi

A project to build and run the docker container
https://github.com/0xkibh/docker-fastapi

docker docker-compose fastapi python

Last synced: 2 months ago
JSON representation

A project to build and run the docker container

Awesome Lists containing this project

README

          

## Commands

1. To Build Image
- docker build -t kishmat/appname-xyz .

2. To see images
- docker images

3. To run container
- docker run -d -p 80:80 kishmat/appname-xyz

4. To see contianers
- docker ps

5. To push, (Need to login first)
- docker login

- docker push kishmat/appname-xyz

6. To stop the container from running
- docker stop