1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-05 01:43:22 +08:00

- Fix .gitignore

- Note about bug with Docker driver
- Implement experimental pid ulimit of 150.
This commit is contained in:
Alex
2016-10-09 18:58:32 +02:00
parent 97f39ca375
commit 74e8502f3f
3 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ func NewSession() (*types.Session, error) {
s := &types.Session{}
s.Id = uuid.NewV4().String()
s.Instances = map[string]*types.Instance{}
log.Printf("NewSession id=[%s]\n", s.Id)
//TODO: Store in something like redis
sessions[s.Id] = s