Difference between revisions of "Set up Docker Container"
Jump to navigation
Jump to search
(Created page with "On local machine <pre> mkdir src cd src mkdir CLAS cd CLAS mkdir evio2Root_container cd evio2Root_container </pre> Install Docker https://docs.docker.com/docker-for-mac/in...") |
|||
Line 1: | Line 1: | ||
+ | https://docs.docker.com/engine/docker-overview/ | ||
+ | https://docs.docker.com/get-started/part2/#define-a-container-with-a-dockerfile | ||
+ | |||
On local machine | On local machine | ||
Line 24: | Line 27: | ||
docker build -t evio2root . | docker build -t evio2root . | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | On lds | ||
+ | |||
+ | https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/ | ||
+ | |||
+ | |||
+ | Version control | ||
+ | |||
+ | https://www.atlassian.com/git/tutorials/what-is-version-control |
Revision as of 19:32, 11 November 2017
https://docs.docker.com/engine/docker-overview/ https://docs.docker.com/get-started/part2/#define-a-container-with-a-dockerfile
On local machine
mkdir src cd src mkdir CLAS cd CLAS mkdir evio2Root_container cd evio2Root_container
Install Docker
https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac
create file named Dockerfile with contents
Run docker
docker build -t evio2root .
On lds
https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/
Version control
https://www.atlassian.com/git/tutorials/what-is-version-control