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
- Host: GitHub
- URL: https://github.com/0xkibh/docker-fastapi
- Owner: 0xkibh
- Created: 2022-11-08T16:15:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T11:04:24.000Z (over 2 years ago)
- Last Synced: 2025-03-28T18:51:20.543Z (9 months ago)
- Topics: docker, docker-compose, fastapi, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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