Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils authored Dec 27, 2016
1 parent d46bb3d commit c6fe1fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,18 @@ Creating an instance:

```
# Create a session in play-with-docker.com and set env variable
export MACHINE_STORAGE_PATH="/tmp/pwd"
export PWD_SESSION_ID="my-session-id"
docker-machine create -d pwd node1
docker-machine create -d pwd --pwd-session-id <your pwd session id> node1
eval $(docker-machine node1)
docker ps
```

Alternatively you can set the env variable `PWD_SESSION_ID` to avoid passing it as a flag every time.


Remove an instance


```
# Make sure PWD_SESSION_ID is still set
docker-machine rm -f node1
```

Expand Down

0 comments on commit c6fe1fe

Please sign in to comment.