Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Nov 10, 2017
1 parent c0ef2d6 commit 61fff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to test Makefile
# 1.Build this Dockerfile
# docker build -t dotfiles /home/${USER}/src/github.com/masasam/dotfiles
# 2.Run docker run
# 2.Run 'docker run' mounting the dropbox directory
# docker run -t -i -v /home/${USER}/Dropbox:/home/${USER}/Dropbox:cached --name arch dotfiles /bin/bash
# 3.Execute the following command in the docker container
# cd /home/${USER}/src/github.com/masasam/dotfiles
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ Font

docker build -t dotfiles /home/${USER}/src/github.com/masasam/dotfiles

2.Run docker run
2.Run 'docker run' mounting the dropbox directory

docker run -t -i -v /home/${USER}/Dropbox:/home/${USER}/Dropbox:cached --name arch dotfiles /bin/bash

Expand Down

0 comments on commit 61fff81

Please sign in to comment.