Commit cba5ec0d authored by Aslam's avatar Aslam
Browse files

Update README.md

parent dd24aee9
...@@ -3,7 +3,14 @@ ...@@ -3,7 +3,14 @@
docker build -t ubuntu-mini . docker build -t ubuntu-mini .
``` ```
### Dockerfile start line for those who don't have the time to build the container ### For those who don't have the time to build the container
```Dockerfile 1. **Dockerfile**
FROM aslamkv/ubuntu-mini:latest
``` ```Dockerfile
\ No newline at end of file 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