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

https://github.com/sameetasadullah/running-file-on-docker

Practice of running a C++ file using docker
https://github.com/sameetasadullah/running-file-on-docker

cpp docker docker-container docker-image dockerfile

Last synced: 26 days ago
JSON representation

Practice of running a C++ file using docker

Awesome Lists containing this project

README

          

Running File on Docker

### Description
Practice of running a `C++ File` using `Docker`.

### Manual
1) Make folder of any name in C:/Users/Your-Username/.docker.
2) Paste provided .cpp file and Dockerfile in that folder.
3) Open windows powershell/command prompt in that folder and run the following commands

```
docker build -t sameetasadullah/i180479:latest .
```
```
docker run sameetasadullah/i180479
```
```
docker login
```
```
docker push sameetasadullah/i180479
```

### Working Screenshots