Created
December 20, 2016 15:44
-
-
Save saltlakeryan/84e05db171b710827bc3cc09a69f2735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base Image: | |
docker.nanofab.utah.edu/opencoral-utah:1.2.2 | |
docker pull docker.nanofab.utah.edu/opencoral-utah:1.2.2 | |
mkdir /tmp/keys | |
cp ~/.ssh/id_rsa.pub /tmp/keys | |
docker run -d --name opencoral-utah-container -p 2233:22 \ | |
-v /tmp/keys:/coral_public_key/ \ | |
docker.nanofab.utah.edu/opencoral-utah:1.2.2 run | |
ssh -Y coral@localhost -p 2233 | |
coral@6fbe143328ff:~$ export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on' | |
coral@6fbe143328ff:~$ coral |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment