Build your own Image using Docker
Docker Build1 is one of Docker Engine's most used features. Whenever you are creating an image you are using Docker Build. Build is a key part of your software development life cycle allowing you to package and bundle your code and ship it anywhere.
Steps to build
- Install Docker (see docs.docker.com)
- Clone the repo
Bash cd docker-mullvad- Run
Bash
Test your Image
Run
| Bash | |
|---|---|