Skip to content

Commit

Permalink
add docker-memo
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jul 29, 2019
1 parent 50986dc commit fb71746
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/docker-memo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Dockerイメージのビルド:

$ docker build -t book-mlearn-image .

コンテナの起動:

$ docker run -it -p 8888:8888 -v `pwd`:/src book-mlearn-image

終了したコンテナの再開:

$ docker ps -a

$ docker start xxxxx
$ docker attach xxxxxx

0 comments on commit fb71746

Please sign in to comment.