Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
args must be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barra committed Apr 21, 2017
1 parent b7f5e24 commit 59e92f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you are using a specific image, well it's up to you to specify the right comm
```python
c.SwarmSpawner.container_spec = {
# The command to run inside the service
# 'args' : '/usr/local/bin/start-singleuser.sh', #(string or list)
# 'args' : ['/usr/local/bin/start-singleuser.sh'], # (list)
'Image' : 'YourImage',
'mounts' : mounts
}
Expand Down

0 comments on commit 59e92f7

Please sign in to comment.