Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-hanna committed Aug 3, 2018
1 parent 9349cd3 commit d67f946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/sandbox/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ func (s *Service) Play(config *PlayConfig) ([]byte, error) {
hostPort := strconv.Itoa(hp)
containerID, err := s.docker.CreateContainer(dockerImageID, nil, &docker.CreateContainerConfig{
Volumes: map[string]string{
// sock binding will be required for spawning sibling containers
// container:host
//"/var/run/docker.sock": "/var/run/docker.sock",
//"/tmp": tmpdir,
// sock binding will be required for spawning sibling containers
// container:host
//"/var/run/docker.sock": "/var/run/docker.sock",
//"/tmp": tmpdir,
},
Ports: map[string]string{
"3333": hostPort,
Expand Down

0 comments on commit d67f946

Please sign in to comment.