Commit cba5ec0d authored by Aslam's avatar Aslam
Browse files

Update README.md

parent dd24aee9
......@@ -3,7 +3,14 @@
docker build -t ubuntu-mini .
```
### Dockerfile start line for those who don't have the time to build the container
```Dockerfile
FROM aslamkv/ubuntu-mini:latest
```
\ No newline at end of file
### For those who don't have the time to build the container
1. **Dockerfile**
```Dockerfile
FROM aslamkv/ubuntu-mini:latest
```
2. **Dockerhub**
```Dockerfile
docker pull aslamkv/ubuntu-mini
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment