> [!META]- Inline Metadata
[status:: boat]
[tags:: #state/boat #note/evergreen #concepts/containerization/docker ]
[up:: [[Docker MOC]]]
First, build your image (assuming your Dockerfile is in the current directory):
```
docker build -t myimg .
```
Then call `run`:
```
docker run -it myimg
```