Skip to content

Commit

Permalink
Update Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
josedejesuschavez committed Feb 28, 2021
1 parent 91668db commit 5087ec5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docker/ResolveIssues
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

echo "docker
Description:
Resolve some issues
Problem execute elasticsearch because problem max virtual memory
solution:
wsl -d docker-desktop
sysctl -w vm.max_map_count=262144
"
3 changes: 3 additions & 0 deletions scripts/docker/ResolveIssues
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "New command created"

0 comments on commit 5087ec5

Please sign in to comment.