about summary refs log blame commit diff stats
path: root/tools/create_container
blob: 0ab9195e5cdf9fb0a3b29cca64ba9b00cc662aaf (plain) (tree)



















                                                                  
#!/bin/sh
# Start a Linux container containing the mu/ directory.
# Useful on non-Linux platforms.
# Run it from the top-level mu/ directory.

docker run -it --name mu -v `pwd`:/mu abyssos/abyss:dev

# On the first startup, you'll need to run the following commands:
#   apk add git nano libcxx-dev
#   cd /mu

# Leaving this container will stop it.
# Restart it with:
#   docker start mu
#
# Now you can connect to it anytime with:
#   docker exec -it mu sh
#   cd /mu
#
# Quite slow, though. Docker has to run a VM on other platforms.
t, see <http://www.gnu.org/licenses/>. """ Ranger - main help file k Move around: Use the cursor keys, or "h" to go left, h l "j" to go down, "k" to go up, "l" to go right. j Close Ranger: Use ":q<Enter>" or "Q". Specific help: Type the help key "?" prepended with a number: |0?| This index |1?| Basic movement and browsing |2?| Running Files |3?| The console |4?| File operations ============================================================================== 0.1. General information Annotations like |1?| indicate that the topic is explained in more detail in chapter 1. You can type 1? to view it. ============================================================================== 0.2 Copying Copyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ============================================================================== """ # vim:tw=78:sw=4:sts=8:ts=8:ft=help