-
Notifications
You must be signed in to change notification settings - Fork 368
Docker initialization
KfirMeg edited this page Feb 12, 2021
·
6 revisions
First download and install docker from here: https://www.docker.com/products/docker-desktop.
Afterwards create a folder of your chosen name.
Then move the dockerfile and config.json file into said folder.(The config.json file should be filled with all of the credentials that are needed)
Lastly open up cmd, cd into that folder and run the following command: docker build -t <the image name> .