Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Created December 25, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sys9kdr/7d40d1ebbbbc1f8661bfe778d37f9f54 to your computer and use it in GitHub Desktop.
Save sys9kdr/7d40d1ebbbbc1f8661bfe778d37f9f54 to your computer and use it in GitHub Desktop.
Ubuntu 18.04(Docker)を立ち上げるためのバッチ
REM @powershell -noprofile -Command docker run -v ${USERPROFILE}:/home/sys9kdr -it --rm ubuntu:18.04
docker run -v %USERPROFILE%:/home/sys9kdr -it --rm ubuntu:18.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment