Docker image for Applied Cryptography course in University of Tartu
219
This is a Ubuntu 16.04 based Docker image, that includes Python 2.7 with required dependencies that are used in Applied Cryptography course in University of Tartu.
Included dependencies:
Updated applications:
MacOS: brew cask install docker or here
Linux: Ubuntu/Debian/CentOS
Windows: Check here
Use your course repo folder between quotation marks, leaving in :/data part.
On MacOS:
docker run -it -v "/Users/user/Documents/git/appcrypto:/data" janarj/appcrypto
On Linux:
docker run -it -v "/home/user/appcrypto:/data" janarj/appcrypto
On Windows:
docker run -it -v "C:\Users\user\Documents\appcrypto:/data" janarj/appcrypto
git clone https://github.com/juusujanar/ut-appcrypto-docker.git
You may need to include sudo for Docker commands on Linux.
cd ut-appcrypto-docker
docker build -t appcrypto .
Content type
Image
Digest
Size
74.7 MB
Last updated
over 7 years ago
docker pull janarj/appcrypto