-
Notifications
You must be signed in to change notification settings - Fork 0
weldr/docker-centos7-haskell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build the image with: sudo docker build -t bcl/centos7-haskell . Run the container with: sudo docker run -it --name=A_UNIQUE_NAME -v $PWD:/working/:Z --env LOCAL_UID=`id -u` bcl/centos7-haskell bash The /working/ directory inside the container will be mounted to the current directory and the 'user' user id will match your UID. Run it with --env LOCAL_USERNAME=root and it will run as root instead.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published