docker build -t pa4se . docker save -o pa4se.tar pa4se docker run -it pa4se /bin/bash
To build and run the Docker container, follow these steps:
- Build the Docker image:
docker build -t pa4se .
- Save the Docker image:
docker save -o pa4se.tar pa4se
- Run the Docker container:
docker run -it pa4se /bin/bash